On Tue, 10 Apr 2001, Will Spies/Towers Perrin wrote:

> 
> 
> 
> I actually found a good solution to this. Looking at the taglib code I
> found this code all over the place when they throw exceptions:
> 
>  pageContext.setAttribute(Action.EXCEPTION_KEY, e,
> PageContext.REQUEST_SCOPE);
> 

I've just added a note to the documentation about this.  If you declare an
error page, you can process the actual exception by retrieving the
exception itself under request attribute
"org.apache.struts.action.EXCEPTION".

Craig McClanahan

Reply via email to