How to create select option as menu wise in apache-wicket?
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category