When you say 'redirected' do you mean 'redirected'? If so, that's the
problem. Redirecting creates a new request, and the errors are saved in
the request scope, so they would be gone.
I don't see anything else that jumps out at me.
Toby Saville wrote:
The browser is then correctly redirected to the error page, in which I
print out the following:
<%
System.out.println( request.getAttribute(Action.ERROR_KEY) );
%>
Which prints "null"
What am I missing? Why arent my action class errors being displayed?
Thanks heaps for your help
toby
******************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]