RE: Validator woes, modifying the input forward on the fly?

2005-09-19 Thread David Erickson
> On 9/19/05, David Erickson <[EMAIL PROTECTED]> wrote: > > > -Original Message- > > > From: Wojciech Ciesielski [mailto:[EMAIL PROTECTED] > > > Use ActionRedirect class in your STRUTS Action's execute: > > > > > > ActionRedirect ar = new > > > ActionRedirect(mapping.findForward("myRedirect

Re: Validator woes, modifying the input forward on the fly?

2005-09-19 Thread Michael Jouravlev
On 9/19/05, David Erickson <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Wojciech Ciesielski [mailto:[EMAIL PROTECTED] > > Use ActionRedirect class in your STRUTS Action's execute: > > > > ActionRedirect ar = new > > ActionRedirect(mapping.findForward("myRedirectForward"); > >

RE: Validator woes, modifying the input forward on the fly?

2005-09-19 Thread David Erickson
> -Original Message- > From: Wojciech Ciesielski [mailto:[EMAIL PROTECTED] > Sent: Monday, September 19, 2005 4:03 AM > To: 'Struts Users Mailing List' > Subject: RE: Validator woes, modifying the input forward on the fly? > > > Hi I have a situa

RE: Validator woes, modifying the input forward on the fly?

2005-09-19 Thread David Erickson
2005 1:54 AM > To: Struts Users Mailing List > Subject: RE: Validator woes, modifying the input forward on the fly? > > Hi David, > > One way to get around the problem would be to store the form bean in the > session, or at least the id, and it will exist between requests. Y

RE: Validator woes, modifying the input forward on the fly?

2005-09-19 Thread Wojciech Ciesielski
> Hi I have a situation like this: > User clicks on /viewUser.do?id=4 action, which loads the specific user > with > id4 to be viewed. > On that page is a form, the form is submitted, if some part of the xml > validation fails I need to return back to /viewUser.do?id=4. It would be > ideal if the

RE: Validator woes, modifying the input forward on the fly?

2005-09-19 Thread Holshausen, Ron
ginal Message- From: David Erickson [mailto:[EMAIL PROTECTED] Sent: 19 September 2005 06:51 To: 'Struts Users Mailing List' Subject: RE: Validator woes, modifying the input forward on the fly? > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie

RE: Validator woes, modifying the input forward on the fly?

2005-09-18 Thread David Erickson
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper > Sent: Sunday, September 18, 2005 7:26 PM > To: user@struts.apache.org > Subject: Re: Validator woes, modifying the input forward on the fly? > > David Erickson wrote: > >

Re: Validator woes, modifying the input forward on the fly?

2005-09-18 Thread Laurie Harper
David Erickson wrote: Hi I have a situation like this: User clicks on /viewUser.do?id=4 action, which loads the specific user with id4 to be viewed. On that page is a form, the form is submitted, if some part of the xml validation fails I need to return back to /viewUser.do?id=4. It would be ide