Re: Validator - how to check a checkbox - solution

2005-11-16 Thread Jeff Beal
On 11/15/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > But then you rely on the undocumented feature/gotcha in BeanUtils. > What if the way the parameters are processed is changed in future > versions? I think that this approach of setting "false" as default is > useful not only for Validator

Re: Validator - how to check a checkbox - solution

2005-11-15 Thread Michael Jouravlev
This is an interesting hack. Indeed, HTML 4.01 specifies that when application/x-www-form-urlencoded content is submitted, "the control names/values are listed in the order they appear in the document". [1] So, the strict argument order should be pretty much guaranteed by compliant browsers. But t