How about not clearing the values in your reset() method (or only clear
values upon some special condition).
----- Original Message -----
From: "John Raley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 09, 2001 9:52 PM
Subject: ActionForm.reset() not called when form tag creates bean


> When the form tag creates its form bean it doesn't invoke reset() on the
> form.  This (or similar) behavior would be really useful to me - I'm
> populating the form with runtime-computed default values.
>
> Right now I'm considering hacking in a create and a call to reset() on
> the page (or in a special-purpose tag).  Is there a better way to fill
> in the form with default values at creation time?
>
> Thanks.
>
>

Reply via email to