--- 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 show me which doc page I > missed this time. :)
*lol* The hidden field is generated because of the way HTTP deals with checkboxes--since checkboxes aren't submitted if they're not checked, having the hidden field means that you'll get the "unchecked" value when submitted. (If you're familiar with S1 you'll undoubtedly remember the dreaded "reset" ActionForm method.) That said I'm not sure about the error (and can't check my code at the moment) at this point. d. ____________________________________________________________________________________Get the Yahoo! toolbar and be alerted to new email wherever you're surfing. http://new.toolbar.yahoo.com/toolbar/features/mail/index.php --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]