Re: [s2] Problem with no checkboxes selected

2007-04-20 Thread Zoran Avtarovski
007 9:29 AM > To: Struts Users Mailing List; Frank Russo > Subject: Re: [s2] Problem with no checkboxes selected > > Thanks Frank, > > But I thought that form.reset() was only for s1. Does s2 even have a reset > method? > > Z. > > >> Your form has to impl

RE: [s2] Problem with no checkboxes selected

2007-04-20 Thread Frank Russo
ist; Frank Russo Subject: Re: [s2] Problem with no checkboxes selected Thanks Frank, But I thought that form.reset() was only for s1. Does s2 even have a reset method? Z. > Your form has to implement the ActionForm's reset method. In that > method, you should set all of your boolea

Re: [s2] Problem with no checkboxes selected

2007-04-20 Thread Zoran Avtarovski
false from the reset > call... > > -Original Message- > From: Zoran Avtarovski [mailto:[EMAIL PROTECTED] > Sent: Friday, April 20, 2007 9:12 AM > To: Struts Users Mailing List > Subject: [s2] Problem with no checkboxes selected > > I've run into a problem where when I edit a

RE: [s2] Problem with no checkboxes selected

2007-04-20 Thread Frank Russo
To: Struts Users Mailing List Subject: [s2] Problem with no checkboxes selected I've run into a problem where when I edit a form which has check boxes. 1. If I create a new object via the form and have no check boxes selected it works fine. 2. If I create a new object via the form and have on

[s2] Problem with no checkboxes selected

2007-04-20 Thread Zoran Avtarovski
I've run into a problem where when I edit a form which has check boxes. 1. If I create a new object via the form and have no check boxes selected it works fine. 2. If I create a new object via the form and have one or more check boxes selected it works fine. 3. If I edit an object which has had