I'm using the html:select tag in a jsp page and I want the set the selected values via the value attribute but I'm not sure how to do it if my <html:select/> allows multiples.
I'm using struts-html-el.tld and the values that I want to have selected are available as a comma seperated list in ${treatments}. Idea's? -- Sloan