Two Laptop Bag
The moose likes Struts and the fly likes Resetting the struts actionform to default values Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Resetting the struts actionform to default values" Watch "Resetting the struts actionform to default values" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Resetting the struts actionform to default values
 
Similar Threads
Begginer question, assigning a java string the value of a passed parameter
Passing data between beans
Question regarding one-to-one mapping
help with blank final variables
get action property