Skip to main content

All Questions

Tagged with
0 votes
1 answer
32 views

can we select two elements in dropdown in form of check boxes?

can we select two elements in dropdown in form of check boxes by using List or any other way. Elements in the dropdown are in the form of check boxes. Thanks in advance. Tried but didn't find the ...
Prasanna's user avatar
0 votes
0 answers
279 views

Filter list in Struts 1.3

I'm new to struts. I want to filter a list which gets displayed as a drop down on JSP page. SelectClient.jsp: <%@ include file="/tiles/taglibs.inc"%> <div class='block'> <h1&...
Caffeine Coder's user avatar
2 votes
2 answers
650 views

How can I return all the options of the select dropdown?

I want to return all the options of the dropdown menu HTML Code: <select class="custom-select ng-pristine ng-untouched ng-valid ng-not-empty" ng-model="Air.Class" aria-invalid="false"> <...
Snow Gift's user avatar
0 votes
0 answers
195 views

Including JSP expression inside value of html opion tag

I am trying to dynamically show options in an html select element, using jsp. The code that follows isn't working though, and i am not sure as to why: <select class="form-control" name="department"...
Marios's user avatar
  • 51
0 votes
2 answers
1k views

GWT List Objects

We are currently developing a GWT-App and we need a chooser for People. Problem is that we can't use the names of the people as List items alone, because we have some (unfortunately intended) ...
dieTasse's user avatar
0 votes
2 answers
2k views

Thymeleaf + Spring form - How load persisted select box values from controller to view?

In this question regarding persisting select box elements I managed to work my way around and persisting the selected entity on the select menu by passing it's id to the controller and passing it to ...
gtludwig's user avatar
  • 5,631
1 vote
3 answers
1k views

JMenuBar with drop-down list for hidden JMenu

Want to create a JMenuBar. If window-JFrame.width to small to show all JMenu of JMenuBar, a Button appears in JMenuBar and all hidden JMenu can chosen in a drop-down list. How can I realize it, please?...
user781640's user avatar