Hello folks,

If I wrap a whole template between these tags, eg.

<CFTRY>
        template code
<CFCATCH Type = "Any">
        show error message and whatever else
</CFCATCH>
</CFTRY>

and in my template, I accidentally deleted the < character from a
closing CFIF eg.

<CFIF whatever>
        do this
<CFELSE>
        do that
/CFIF>

why would the code in the CATCH block not execute? This is a syntax
error

Thanks,
Ron.


______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]

Reply via email to