hi.
when a user request hits the ActionForm's validate
method (struts)and bounces back, i'm loosing some request
attributes that i had set for the page. In other
words, if the user inputs some data that don't pass
the validate method,
the page comes back with a few request scope
attributes missing.
Is there a way to avoid that this happens?
Thank you in advance