Burton Rhodes wrote:
I know this is a simple one, but for some reason just can't crack it.

I have a resource property like so:
titleOptions=Mr.,Mr. & Mrs.,Mrs.,Ms.,Dr.,Dr. & Mrs.,Mr. & Dr.,Dr. & Dr.

And then I have html like this:
<!-- This will print out the entire line in "one" select choice -->
<s:select
      name="teamUser.title"
      list="%{getText('titleOptions')}"
/>

I've tried surrounding it by #{...} in several places but get an a
parse error or cannot convert to list/array/collection, etc.

Might be able to use <s:generator> for this.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to