I'm using html:optionsCollection tag in my jsp to display options for
multiple dropdowns.
see my code snippet below:
where "availableGroupsByService" is a hashMap and
"assignedGroupIdsByService" is an array of type int.
The problem i'm facing is,
while i'm
hi,
i have a drop down list which contains services available.
when you select any option from it calls the doSubmit method in javascript
<% String submitString = "doSubmit('" + SELECT_SERVICE + "');"; %>
The doSubmit is as below
function doSubmit(actionString){
alert(actionString);
currentFor
2 matches
Mail list logo