Extending DynaActionForm to prevent reset

2002-12-05 Thread Etienne Labont
Hi, I have a session-scoped form that spans on many tabbed pages. Once data is entered on one or many pages I want to be able to switch back to any page using the tabs. The tabs point (GET) to the same action that handles postbacks. A problem I had with this was the reset method of the associated

Re: Extending DynaActionForm to prevent reset

2002-12-05 Thread Gemes Tibor
2002. december 5. 16:19 dátummal Etienne Labonté ezt írtad: nothing. I wrote my own altReset method that I call when the user actually wants to reset the form. I did the same. If there are better ways to do this, please tell me. Also what do people think about adding an attribute to action