On 12/29/05, Reed Powell <[EMAIL PROTECTED]> wrote:
> Hello all - I've googled the heck out of this topic, and there are more
> opinions than I can count! Is there any definitive info on whether it is
> more efficient to put a CFTRY around an entire page's contents, with a
> CFCATCH at the end to
The try/catch vs cferror page - it's really about what works best for
you, what is more manageable, and what gives the best results for you.
Try/catch isn't really made for wrapping whole pages, but it won't
cause errors or problems. It's just not as manageable as cferror.
Same with multiple cfout
Hello all - I've googled the heck out of this topic, and there are more
opinions than I can count! Is there any definitive info on whether it is
more efficient to put a CFTRY around an entire page's contents, with a
CFCATCH at the end to trap errors, or to simply have a CFERROR page
specified in a
3 matches
Mail list logo