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 repaint it.

**
Martin

2011/5/11 fachhoch <fachh...@gmail.com>:
> can the disbaled checked check boxes   be submitted   with the form ?
>
> I have check boxes   in my form, based on business logic   some of the
> checked  check boxes  are disabled.
> when form is submitted   I want to get all the checked disabled  check boxes
> posted to the server ,please advice me how.
>
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/disabled-chek-box-form-submit-tp3513088p3513088.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to