Hi,

I need a <s:select> in my page for selecting an option, showing a
tree-like structure, so I need to indent some way the option elements
into the HTML <select>, however, the <s:select> tag doesn't allow me
to use the HTML space (&nbsp;) for indentation, since it does escape
it by default producing output like:

    <option value="1">&amp;nbsp;My description</option>

instead of:

    <option value="1">&nbsp;My description</option>

It seems that the <s:select> tag doesn't have an escape="true|false"
attribute to control how the listValue is displayed.

How could I overcome this problem?

Regards,
Gabriel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to