From: "Seaman, Sloan" <[EMAIL PROTECTED]> > 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}.
Did you solve this one? I'm not sure if there's an enhancement lurking in here, or not. It seems to me that if <html:select ... value="abc"> is allowed, and <html:select ... multiple="true" > is allowed, then there should be some way to say <html:select multiple="true" values="abc,123">. I don't see that in the Struts taglib, other than the ability to pre-select the items that match a bean property, either the form bean (by default) or the bean specified by <html:select name="..."> -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]