> Heya!
> 
> Does Struts save the exception anywhere in the request
> before loading a global-error-page? 
> 
> I would not like to catch exceptions in my Action and
> save the error message, and I guess that is a common
> problem.  
> 
> So is there any way I can print the
> Exception.getMessage() in the global error page which was
> shown because of some AccessDeniedException of my own?  
> 

Thanks for all giving a lead.

    <html:errors />

was all that was needed, with a proper key in the global_errors and properties 
file.





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

Reply via email to