Question
Weird CFMAIL Error
I keep getting a very weird error (Exception type of
TEMPLATE). Here it is:
The tag handler mailparam does not have a setter for the attribute contentID specified in the tld.
The code on the line executing is:
<CFIF Attributes.AttachmentFileName NEQ ''>
<CFMAILPARAM FILE="#Attributes.AttachmentFileName#">
</CFIF>
I thought this was caused by either having or not having a particular hotfis. Our CF Version is 6,1,0,hf52806_61. Anyone have any ideas or ever seen this error before? Thanks,
Phil
The tag handler mailparam does not have a setter for the attribute contentID specified in the tld.
The code on the line executing is:
<CFIF Attributes.AttachmentFileName NEQ ''>
<CFMAILPARAM FILE="#Attributes.AttachmentFileName#">
</CFIF>
I thought this was caused by either having or not having a particular hotfis. Our CF Version is 6,1,0,hf52806_61. Anyone have any ideas or ever seen this error before? Thanks,
Phil