Re: how to fix Validation isses in a wizard application + Train

2008-07-27 Thread ravi_eze
we fixed the issue by writing a trainInterceptor whcih always takes a backup of the params passed through request and if the action doesnt return errors deletes them else stores them in session. The next pages to which user jumps we are first checking if there are nay backup objects in session..

how to fix Validation isses in a wizard application + Train

2008-07-23 Thread ravi_eze
hi, The issue: 1. We have implemented a wizard application (with 4 Steps) with action variables maintained in session. 2. The pages also have train in the top, i.e. from any step he can jump to any of the other steps. 3. The Step1, 2,3,4 (mentioned above ) are interdependent i.e. based on select