From: Puneet Lakhina [mailto:[EMAIL PROTECTED]
> The prepare action needs to prepopulate values into the form that is 
> displayed subsequently. How else can i do this??

Populating a form is different than instantiating one and putting it in
to scope: Struts1 already instantiates and scopes forms.
 
If you have configured your actions properly the form passed to the
execute method can either be used as-is via BeanUtils.populate (etc.) or
cast (i.e., to a form class you created) and populated.

Dave


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

Reply via email to