Re: Resetting session scope form bean values

2010-04-03 Thread Dave Newton
pundarik rajkhowa wrote: After I submit the form and open it again for new data entry, the form retains its old values. If I call form.reset(), it fails to clear the bean. Do I need to override the reset method and manually clear values of all bean elements? Yes--that is the purpose of the rese

Resetting session scope form bean values

2010-04-02 Thread pundarik rajkhowa
Hi, I have a data entry form implemented as a DynaActionForm form bean in session scope. After I submit the form and open it again for new data entry, the form retains its old values. If I call form.reset(), it fails to clear the bean. Do I need to override the reset method and manually clear valu