>From this link, what I understood is that the only real solution is to 
>manually call the validate method and push the errors in and out of the 
>session. There is no way to automate it, correct?

Thanks,
Abdullah

-----Original Message-----
From: Michael Jouravlev [mailto:[EMAIL PROTECTED]
Sent: Monday, July 11, 2005 3:11 PM
To: Struts Users Mailing List
Subject: Re: Redirecting to input when validation fails


On 7/11/05, Abdullah Jibaly <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> I have two action: Display.do and Process.do.
> 
> Display.do forwards to a jsp page. Upon submit, Process.do is invoked. The 
> action mapping for Process.do specifies Display.do as the input, however, 
> when form validation for Process.do fails (validate is set to true), the url 
> still shows Process.do in the browser. Is there a way to make struts do a 
> redirect to Display.do without losing error messages, etc?

http://wiki.apache.org/struts/StrutsCatalogRedirectToInputPage

Michael.

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


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

Reply via email to