Re: Help with checkboxes and nested

2005-02-24 Thread Marco Sindoni
I've found the same problem in the past. No solution found using checkboxes...Solved using a combobox with "yes" and "no" value...Some people I know said there's a Struts problem submitting checkboxes within nested tags...honestly I admit I don't look for a better solution ;) Hope this help Marco

Re: Help with checkboxes and nested

2005-02-24 Thread Hubert Rabago
What does your form look like? On Thu, 24 Feb 2005 11:21:36 -0300, Vinicius Caldeira Carvalho <[EMAIL PROTECTED]> wrote: > Hubert Rabago wrote: > > >In order to detect boxes that are unchecked, your form should set the > >corresponding property's value to false in its reset() method. See > >htt

Re: Help with checkboxes and nested

2005-02-24 Thread Vinicius Caldeira Carvalho
Hubert Rabago wrote: In order to detect boxes that are unchecked, your form should set the corresponding property's value to false in its reset() method. See http://struts.apache.org/userGuide/struts-html.html#checkbox . hth, Hubert On Thu, 24 Feb 2005 11:13:05 -0300, Vinicius Caldeira Carvalho <[

Re: Help with checkboxes and nested

2005-02-24 Thread Hubert Rabago
In order to detect boxes that are unchecked, your form should set the corresponding property's value to false in its reset() method. See http://struts.apache.org/userGuide/struts-html.html#checkbox . hth, Hubert On Thu, 24 Feb 2005 11:13:05 -0300, Vinicius Caldeira Carvalho <[EMAIL PROTECTED]>