How to create multiple selected listbox in apache-wicket?
Answer / Shweta Srivastava
To create a Multiple Select ListBox in Apache Wicket, you can use the MultiCheckBox and MultiSelect choices. Here's an example: Define a List<String> for your available options, set it as the choices of the MultiSelect, and add it to your form.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create a password field in apache-wicket?
How to create radio button in apache-wicket?
How to get servletcontext in apache-wicket application?
How to create select option as menu wise in apache-wicket?
What are wicket models?
How to create a textarea in apache-wicket?
What is base class for html pages?
How to create a textfield in apache-wicket?
How to integrate apache-wicket with spring?
How to submit a form in apache-wicket?
Tell me the example of username validation in apache-wicket?
What is pallet component in apache-wicket?