The "using checkboxes" page at http://struts.apache.org/2.2.3/docs/using-checkboxes.html says:
The framework automatically tracks the checkboxes used by a form (so you don't have to). If a checkbox is missing, a default value for the checkbox (usually false) is injected. The checkbox control can then turn on-and-off values as needed, Questions: * How is the string "false" injected? Is there a way to control the behavior of the injection or the injected value? * Can the document be updated to include these examples? (shall I open a JIRA issue against the docs?) Criticism: * Note that the documentation paragraph terminates with a comma instead of a full-stop. * Also note that the "Full Detailed Example" at the bottom of the page is perhaps too detailed to clearly demonstrate the subject matter --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org