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);
 
Thanks,
 
Matt

Reply via email to