Re: and the CheckBox Interceptor

2010-05-06 Thread Dale Newfield
On 5/6/10 4:15 AM, RogerV wrote: The documentation says that the checkbox interceptor "Looks for a hidden identification field that specifies the original value of the checkbox. If the checkbox isn't submitted, insert it into the parameters as if it was with the value of 'fals

and the CheckBox Interceptor

2010-05-06 Thread RogerV
The documentation says that the checkbox interceptor "Looks for a hidden identification field that specifies the original value of the checkbox. If the checkbox isn't submitted, insert it into the parameters as if it was with the value of 'false'." Should the intercep

Re: Set Unchecked Value in the Checkbox Interceptor

2009-04-15 Thread Richard Sayre
ote: > After reading some more documentation I tried : > >   >                -1 >   > > completeDefault is a stack I created which includes the checkbox interceptor. > > This is still not setting the value in my int array. > > > > On Wed, Apr 15, 2009

Re: Set Unchecked Value in the Checkbox Interceptor

2009-04-15 Thread Richard Sayre
After reading some more documentation I tried : -1 completeDefault is a stack I created which includes the checkbox interceptor. This is still not setting the value in my int array. On Wed, Apr 15, 2009 at 8:29 AM, Richard Sayre wrote: > The Struts 2 docs says

Set Unchecked Value in the Checkbox Interceptor

2009-04-15 Thread Richard Sayre
The Struts 2 docs says the following about the Checkbox Interceptor: setUncheckedValue - The default value of an unchecked box can be overridden by setting the 'uncheckedValue' property. Where in code can I call the setUncheckedValue(String uncheckedValue) from? The problem I am fac

Re: checkbox interceptor

2007-12-24 Thread ravi_eze
produces onblur() functions but this fellow doesnt produce __checkbox_ names hiddenfields and hence the checkbox interceptor has no effect. it seems like both of these cannot happen simultaneously or i m going wrong somewhere any help??? cheers, ravi ravi_eze wrote: > > hi, > &

Re: checkbox interceptor

2007-12-24 Thread ravi_eze
produces onblur() functions but this fellow doesnt produce __checkbox_ names hiddenfields and hence the checkbox interceptor has no effect. it seems like both of these cannot happen simultaneously or i m going wrong somewhere any help??? cheers, ravi ravi_eze wrote: > > hi, > &

checkbox interceptor

2007-12-22 Thread ravi_eze
hi, i have a form which has multiple checkbox lists in it. by default in each of the checkboxes few of them are selected. The problem is: when user unchecks all the boxes and submits the form is getting submitted with the default values. When i am using checkbox interceptor, and view source of