Hi All, I am using <s:select with multiple="true" ,say for langauges. while filling the form I am able to select the multiple lanaguges.
But while editing the form,I need to pre poulate the selected data ..... but I am unable to do it dynamicaly. But when I hardcode those values ,I am able to prepoulate the data .is there any way to do it dynamically String name="{'ab','fr'}"; <s:select label="Languages Spoken" name="Languages" value="<%=name%>" multiple="true" size="3" /> regards srinivas