Hi
I am new to JRUN.
Basically we have custimized exceptions comming from our  ejb's .

our jsp error page Has code similar to this

if (exception instanceof MYException){
    out.println("print customized message");
}else{
    out.println("pring general exception");

}

The above code works well with weblogic 's JSP engine  ie customized exceptions are 
caught. But Here in JRUN the customized exceptions are not caught 

can some one help?

thanks in advance
ganti




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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?sidebar=lists

Reply via email to