validating and retrieving collection of objects

2008-10-31 Thread SivaK
Hi, I am using Struts 1.2.9. I have an issue with validation and retrieval of collection of objects from form. Form is in session scope. Form has an VO object list along with other fields. In action class i got the list of classes and set in the form variable listClass. In jsp page i iterate it

Re: redirecting to last working page

2008-10-01 Thread SivaK
Thanks for you reply. We are not using ACEGI/Spring security. Is there any way to do this? Lukasz Lenart wrote: > >> If the session expires, the user will be redirected to login page. Once >> the user logins again, how to redirect him to the last working page. >> Application is built in Struts