On 9/27/06, Ted Husted <[EMAIL PROTECTED]> wrote:
One thing you don't have to worry about doing before or after execute is fussing with checkboxes. Struts 2 has automatic support for stateful checkboxes, so there is no more mucking around with resetting input, just because HTTP can't say "false" :)
HTTP is blameless here. :) It's the HTML spec that says: - when a form is submitted, only "on" checkboxes can become successful [1] - a "successful" control is valid for submission. [2] [1] http://www.w3.org/TR/REC-html40/interact/forms.html#checkbox [2] http://www.w3.org/TR/REC-html40/interact/forms.html#successful-controls -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]