Set HTML dropdown selected option using JSTL
- by sarah
In the same context i have another query
${productSubCategoryList}
and the corresponding setting in request is like
for(int i=0;i
}
here i have multiple select drop down ,even though i get the return value from for as two ,in the UI only one data is getting higlighted not the second one,What is wrong in the code ?