RE: Redirecting to input when validation fails

2005-07-11 Thread Abdullah Jibaly
TED] 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

Re: Redirecting to input when validation fails

2005-07-11 Thread Michael Jouravlev
On 7/11/05, Rick Reumann <[EMAIL PROTECTED]> wrote: > Michael, don't worry we like your stuff:) You don't have to create posts > from fake email addresses and names like Abdullah Jibaly and Stephen Schaub. Rick, I hope you are kidding (is it Friday already?), because these posts are real. At least

Re: Redirecting to input when validation fails

2005-07-11 Thread Rick Reumann
Michael Jouravlev wrote the following on 7/11/2005 4:11 PM: 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.

Re: Redirecting to input when validation fails

2005-07-11 Thread Michael Jouravlev
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 fo

Redirecting to input when validation fails

2005-07-11 Thread Abdullah Jibaly
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 Pr