| Author |
Resetting the struts actionform to default values
|
Rama Krishna
Ranch Hand
Joined: Oct 16, 2007
Posts: 110
|
|
What is the correct way to reset the complete actionform. I have more than 20 fields which are initialized as in the form that extends the ActionForm itself. Whereas in the action class, I have to explicitly call another method in this actionform to reset all of the fields to their default values? i.e., in the above form, I would like to reset my form fields Name to "" Status to "loggedIn" someInt to 0 and so on.. does not work either. Any suggestions in this regards? -Thanks Rama
|
 |
 |
|
|
subject: Resetting the struts actionform to default values
|
|
|