I use it all the time and have not had a problem. I am running CF 5 on win2000 sp2.
-steve Voting for Todd for <cfbetter>tomorrow</cfbetter> -----Original Message----- From: Jeff Beer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 8:48 AM To: CF-Talk Subject: CFAbort in 5.0 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm 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

