> The problem is that when a validation error occurs, the error page appears
> fine, but the CF inside the error template is not executed... it
> shown as if
> it was a regular html page with all the cf showing.
>
> can someone tell me why this is happening and how i can correct the
> problem??

It is not possible to get CF to parse CF code in the cferror page. As an
alternative, I suggest looking into <cftry>, <cfcatch>. This is a much more
sophisticated method of error-handling that does allow for CF processing to
take place.

Good luck.

- Sean
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to