How can I use the <s:select /> tag in order to display a Map pair without the displayed value being escaped? I am needing to indent portions of the dropdown list like a parent/child and it appears the default behavior is to escape my ampersand.
I can use an <s:iterator/> and <s:property/> combination to create the dropdown but looking for a way to do this with the default <s:select/> tag ... Thanks Chris