Focussing multiple selected values
Posted
by sarah
on Stack Overflow
See other posts from Stack Overflow
or by sarah
Published on 2010-05-19T11:30:06Z
Indexed on
2010/05/19
11:50 UTC
Read the original article
Hit count: 146
java
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
© Stack Overflow or respective owner