Hmm... the page should not compile in the first place.

If you're wrapping entire pages like that, I'd suggest you look into
<cferror type="exception"> instead.  You can use any CF tags you like with
type="exception" (as opposed to the older type, "request", which drastically
limited the available tags.)

--Daryl

----- Original Message -----
From: "Ramphal, Ron" <[EMAIL PROTECTED]>
To: "KCFusion-List (E-mail)" <[EMAIL PROTECTED]>
Sent: Thursday, December 20, 2001 6:40 PM
Subject: [KCFusion] CFTRY & CFCATCH


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]



 
 
______________________________________________________________________
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