Re: cftry/cfcatch known bug?

2005-02-20 Thread Micha Schopman
I found while googling for similair experiences another person having issues. He seems to have a similair issue with cfcatch, cftry. My code can be tested on everyone machine, because it should simply trigger the cfcatch part when the session call errors. The corresponding post from Tony Weeg

Re: cftry/cfcatch known bug?

2005-02-19 Thread Micha Schopman
Parse errors are not caught with cftry/cfcatch. Reason being, the page couldn't compile, so it couldn't even try/catch anything. -nathan strutz http://www.dopefly.com/ Micha Schopman wrote: There are no parse errors involved. An expired session variable, in this case session.cultureid should

cftry/cfcatch known bug?

2005-02-18 Thread Micha Schopman
I have errors which slip through ctry tags. The provided cfcatch part is not executed and the source shows the error in the cftry part. Did anyone experience similair behavior? I provided the responsible code below where session.cultureid has not been filled in; cftry cfoutput

Re: cftry/cfcatch known bug?

2005-02-18 Thread Nathan Strutz
Parse errors are not caught with cftry/cfcatch. Reason being, the page couldn't compile, so it couldn't even try/catch anything. -nathan strutz http://www.dopefly.com/ Micha Schopman wrote: I have errors which slip through ctry tags. The provided cfcatch part is not executed and the source