Hi struts experts,
i have a global exception at my struts-config like this:

<exception
            key="error.message1"
            type="de.myPackage.myException"
            path="/error.jsp"/>

How can i display the text specified by the key attribute on my jsp?
How can i display myException.getMessage() and/or
myException.getStackTrace() on my jsp?

Regard, Andy
-- 
View this message in context: 
http://www.nabble.com/global-exceptions%2C-key--tf2343367.html#a6522670
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to