On Thu, 19 Jul 2001, Matt Raible wrote:

> If I configure a form to be stored in the session for both an
> EditAction and SaveAction, should I have to do the following?
> 
>    PropertyUtils.copyProperties(sessionForm, editForm);
> 

You can do this.  Or, if the data is literally the same, you might just
consider using the same form bean for both actions.

> Thanks,
> 
> Matt
> 
Craig


Reply via email to