Focussing multiple selected values
- by sarah
Hi All,
I have the following code
<%for(int x = 0; x < skuList.size(); x++) {%
"<%= skuList.get(x)%
<%} %
and i have check if the skuList has the data from the following list aUserForm.getData() if yes i have to show them selected,How can i do this ?
I am displaying data as a list in mulitple selection box,the scenario of focus is on edit where in i need to preselect the already selected values.So i have skuList having all data and aUserForm.getData() has only preselected data,i just need to focus this the multi select box