Re: Question re. StrutsCatalogRedirectToInputPage

2005-07-16 Thread Laurie Harper
Michael Jouravlev wrote: On 7/16/05, Laurie Harper <[EMAIL PROTECTED]> wrote: So if I'm understanding correctly, the only thing that needs to change to make this all work nicely is for automatic validatain to save errors with session scope. The code is already there to support redirect-to-input

Re: Question re. StrutsCatalogRedirectToInputPage

2005-07-16 Thread Michael Jouravlev
On 7/16/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > So if I'm understanding correctly, the only thing that needs to change to > make this all work nicely is for automatic validatain to save errors with > session scope. The code is already there to support redirect-to-input and > to clear the err

Re: Question re. StrutsCatalogRedirectToInputPage

2005-07-16 Thread Laurie Harper
So if I'm understanding correctly, the only thing that needs to change to make this all work nicely is for automatic validatain to save errors with session scope. The code is already there to support redirect-to-input and to clear the errors out of the session again, right? That sounds like it

Re: Question re. StrutsCatalogRedirectToInputPage

2005-07-15 Thread Michael Jouravlev
I wrote this er... piece originally. You are right, the problen and solution are explained badly. The original point was that "input" property is a sucky one and should not be used at all. One of the reasons was that it could not redirect. But turned out that it actually can redirect, so I added th