You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by un...@thorstenschaefer.de on 2007/01/02 12:55:39 UTC

Best practive for request attributes with validation?

Happy new year to everyone!

In my application, I'm putting some attributes into the request that are used by
the JSP. The approach works fine, but when I have a form and the validation
fails, the input JSP is redisplayed but lacking the former request attributes.
My current workaround is to put the attributes into the session, but I don't
consider this a good solution. Are there any best practices for request
attributes in cases where forms are validated?

Cheers,

Thorsten



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org