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. What's the answer here? Many thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org