Re: disabled chek box form submit

2011-05-11 Thread Andrea Del Bene
Hi, disabled input components are not submitted by HTML forms. You can try to hack this standard behavior with some JavaScript: http://stackoverflow.com/questions/849693/what-is-the-best-way-to-submit-disabled-inputs-as-part-of-a-jquery-ajax-request can the disbaled checked check boxes be s

Re: disabled chek box form submit

2011-05-10 Thread Martin Makundi
As a sidenote, actually I think there is a bug in wicket (1.4.9) that rawinput is submitted for disabled form components but problem is that browser does not send values for disabled elements so actually the form component state becomes stale... must call formcomponent.clearinput if you whish to re