Questions tagged [dropdownchoice]

78 questions
0
votes
3 answers

wicket: Checkbox inside the DropdownChoice

I want to be able to put checkboxes in the dropdown along with other text from compnent's model and user should be able to make selections by checking one or multiple check boxes. Can some one give me a pointer? Thanks a lot.
David
  • 1
-1
votes
1 answer

How to set DropDownChoice selected at particular index/choicedata in apache wicket?

Hi I have created DropDownChoice component of apache wicket. now what I want to do is that after component creation I want to set some choice as a default selected based on certain condition. I am not getting it anyhow. Anyone can plz help me…
Harshad Sindhav
  • 171
  • 2
  • 7
-2
votes
1 answer

Adding options to multiple 'choice' objects in java

The for loop isn't working. I get "Choice cannot be resolved to a variable". I would like to add a group of options to multiple Choice objects added to the generics list. In this example you can see one of these objects (DidWell1) . import…
user2078674
  • 165
  • 2
  • 2
  • 14
1 2 3 4 5
6