That's just a neat way of discarding the HTML output generated by the page:

Even though you're inside CF_BodyContent if an exception is thrown then all 
of the output is in CF's buffer and because the end tag of CF_BodyContent is
never going to be called - then this will be sent to the browser.

You need to either reset the stream or use CFLOCATION to jump to a new URL.

        ----------
        From:  Martin Cadirola [SMTP:[EMAIL PROTECTED]]
        Sent:  Monday, 27 November 2000 18:15
        To:  BOROVOY Noam; Fusebox
        Subject:  Re: cftry/cfcatch positioning wrt cf_bodycontent

        Hello Noam,

        Thanks for the information. I get your point, although I'm not sure
why 
        I should use "<cfcontent type="text/html" Reset="Yes">"...

        Let me test the code here and I'll let you know if I find any
problems.

        �Adi�s y gracias!

        Mart�n Cadirola
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarRsts

Reply via email to