Hi,

I am doing the following in the first Action:
ActionErrors errors = new ActionErrors();
               errors.add(ActionErrors.GLOBAL_ERROR,new
ActionError("individual.backbutton.error")); 
               return forward; 

I am forwarding to another Action which in turn forwards to another
Action.This last Action then forwards to a jsp page.I am displaying a
<html:errors /> in the final jsp page and want to display the error message
set in the first action. 

Right now,the jsp page doesn't show the error message.How can i get the
message displayed ? 

Thanx,
Vijay


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

Reply via email to