We still keep static lists  in various scopes, but all of our pages are pre
populated with back end data so I needed a way to turn that off.

I found that this also helped me when I needed
to add stuff like  a "clear" link that would reload previously saved data.






Rick Reumann <[EMAIL PROTECTED]> on 02/27/2003 02:40:27 PM

Please respond to "Struts Users Mailing List"
       <[EMAIL PROTECTED]>

To:    "Struts Users Mailing List" <[EMAIL PROTECTED]>
cc:

Subject:    Re: [Q] Revisiting: Repopulating Lists after validation returns
       false


On Thu, 27 Feb 2003 14:25:51 -0600
[EMAIL PROTECTED] wrote:

>
> I handle this with mulitple mappings to the same loadAction.
> The parameter is used to suppress parts of the load action.

Cool idea Jeff! Thanks. I actually thought about just even using one
mapping and then just checking for any ActionErrors (which there
shouldn't be if you are just coming from a normal set up of the form).
That might even be easier, although I haven't tried it.


--
Rick Reumann

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








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

Reply via email to