Manuel Wissmann wrote the following on 10/10/2004 5:50 AM:
Is there a easy way in Struts to use one jsp-file to display all Errors(Exceptions) which occour?
Sure just create a global-exception of type java.lang.Exception in your struts-config. Have it forward to error.jsp and display your error messages. This will catch errors that trickle up to struts actions and aren't caught and and not rethrown.
-- Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]