RE: Struts[2] : Checkboxlist Problems

2008-05-20 Thread ravi_eze
I was doing that > caused this not to work, but I reorganized my code in the action class > and was able to make things work. > > -Original Message- > From: Greg Lindholm [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 20, 2008 2:37 PM > To: user@struts.apache.

RE: Struts[2] : Checkboxlist Problems

2008-05-20 Thread Hoying, Ken
: user@struts.apache.org Subject: Re: Struts[2] : Checkboxlist Problems Are you getting any errors? There is a bug in the CheckboxInterceptor where it does not properly handling arrays of checkboxes when none are selected. It might be related, but this issue did causes error messages. I submitted a

Re: Struts[2] : Checkboxlist Problems

2008-05-20 Thread Greg Lindholm
Are you getting any errors? There is a bug in the CheckboxInterceptor where it does not properly handling arrays of checkboxes when none are selected. It might be related, but this issue did causes error messages. I submitted a patch for this issue WW-2339. https://issues.apache.org/struts/br

Struts[2] : Checkboxlist Problems

2008-05-20 Thread Hoying, Ken
I have a list of search filters that I am displaying on the page where each is a checkboxlist. I am implementing this as such: Everything works great except for one small problem. I do not seem to be able to deselect all of the values for a filter. For example, if one of my filters