> I want to embedded CheckBox in the DropDownChoice Options so that I can 
> select multi options in the page.

Browsers render multiple-select controls differently, adding checkboxes to a 
DropDownChoice (single-select) makes no sense since the browser will be sending 
one value anyway.

Look into using ListMultipleChoice or CheckBoxMultipleChoice when you need more 
than onle select value.

- Tor Iver

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

Reply via email to