Re: Reset the Action Form

2006-04-19 Thread Ted Husted
The reset method and reset buttons are two separate things. If you are using a session-scoped ActionForm with a boolean property that is represented by a checkbox, you can use reset to set the boolean property to false prior to autopopulation. Otherwise, given the way radio controls work, there is

RE: Reset the Action Form

2006-04-19 Thread Anil Kumar T
Are you trying to do a server side reset..? Generally it is a client side reset. I think this should be some thing like this... mailto:[EMAIL PROTECTED] Sent: Wednesday, April 19, 2006 4:03 PM To: 'Struts Users Mailing List' Subject: Reset the Action Form Hi ye, I have an action form with su