D
Donny
Hello all ...
I've been stuck with this problem for quite some time now.. I have
a form, say personal.jsp . It has a couple of <html:text> fields ...
I populated the fields from the database using the forms reset()
method.
The "success" page is the personal.jsp itself. The changes i make
are reflected in the database, but when the form comes back.. it still
has the old values which were originally shown the first time i
populated it from the database.
I was assuming that the forms reset() method is called every time
the form is reloaded.. What is the 'Struts' way to do this?
Thanks in advance for your help ...
I've been stuck with this problem for quite some time now.. I have
a form, say personal.jsp . It has a couple of <html:text> fields ...
I populated the fields from the database using the forms reset()
method.
The "success" page is the personal.jsp itself. The changes i make
are reflected in the database, but when the form comes back.. it still
has the old values which were originally shown the first time i
populated it from the database.
I was assuming that the forms reset() method is called every time
the form is reloaded.. What is the 'Struts' way to do this?
Thanks in advance for your help ...