displaying options with html:optionsCollection tag

2007-05-22 Thread kalyan namburi
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

form submission problem

2007-02-25 Thread kalyan namburi
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