How to create select option as menu wise in apache-wicket?
Answer / Snigdha Jauhari
To create a select option as menu-wise in Apache Wicket, you can use the `DropDownChoice<T>` component and set it to be displayable in a popup by calling the `setPopupHeight(int height)` and `setOutputMarkUpEnabled(false)` methods. You can also customize the HTML markup of the dropdown menu using an AjaxCallDecorator.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to integrate apache-wicket with spring?
What is base class for html pages?
How to create single selected listbox?
How to create a textarea in apache-wicket?
How to create multiple selected listbox in apache-wicket?
Dependency to start wicket?
How to create a textfield in apache-wicket?
How to get servletcontext in apache-wicket application?
How to create a password field in apache-wicket?
What are wicket models?
How to create radio button in apache-wicket?
give the example of username validation in apache-wicket?