Is anyone else havving problems with CFAbort in CF 5.0?
Pretty simple code - I have a custom tag that checks for required
attributes. if the attribute is an empty string or is not present, a text
message is shown then it hits a CFABORT tag:
<cfif (NOT IsDefined('attribute.color')) OR (NOT LEN(attribute.color))>
The attribute "Color" is required.
<cfabort>
</cfif>
I can see the text message flash on the screen, but the process does not
stop at the CFABORT. There's no redirection anywhere in the cutom tag, or
in the code after calling the tag - it's a normal display of HTML.
Any ideas? I'm pretty stumped.
Thanks,
Jeff
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists