On 12 Oct 2002 at 10:25, David M. Karr wrote:

> From the original description, it sounds like your "reset" method is using
> business logic to get data values to populate your fields with.
> 
> From Antoni's explanation of how "reset" is used, I hope it's clear that won't
> work very well.
> 
> The ActionForm.reset() method should only be used to CLEAR form values, before
> they are populated from the request.  You should use business logic in your
> Action class to populate form beans.

That is exactly my problem. How can an Action class populate a form bean before 
the form bean is created?

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

Reply via email to