You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "CRANFORD, CHRIS" <Ch...@setech.com> on 2009/12/10 18:43:17 UTC

s:select escape

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