Re: [S2] Checkbox causes error on form submission.

2007-05-25 Thread WongTseng
It's so strange. If the hidden field is generated to solve the problem of submitting checkboxs' values unchecked , the filed should look like this: By the way, where is the "AsPayor" come from? What's the strategy used by S2 to generate the names of thses hidden fileds? 2007/5/26, Dave Newton <

Re: [S2] Checkbox causes error on form submission.

2007-05-25 Thread Dave Newton
--- Skip Hollowell <[EMAIL PROTECTED]> wrote: > I get the first input, but the second hidden one? > That is obviously where the error is coming from, but > why/how? I do have validate turned on, so is that > how the extra field is getting generated for > checkboxes? > > OK Dave, feel free to

[S2] Checkbox causes error on form submission.

2007-05-25 Thread Skip Hollowell
I am a wee bit confused on this one. I have my Account bean, with a boolean field: private boolean billerSame = false; along with a getter and setter, obviosuly. On my form I have: I submit the form and see this on the console for Tomcat: SEVERE: ParametersInterceptor - [setParameters]: U