> -----Original Message-----
> From: Rick Reumann [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 13, 2004 1:06 PM
> To: Struts Users Mailing List
> Subject: Re: Loosing request attributes
> The problem you are describing comes up a lot on this list - when 
> validation fails and you are back on the initial form you 
> will not have 
> access to the previous set request attributes. It is for this reason 
> that I now rarely ever set my mapping validate to "true" and instead 
> call validate() from my Action after the form submits. The reason for 
> this is when validation fails (ActionErrors/Messages return) 
> I can then 
> call a private setUp() method in my Action that is used to set up my 
> form with any other request attributes that should always be there.

I'm curious why using the input parameter doesn't work for you?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to