Hi Martin,

try to set the filter attribute of the bean:write tag to false
e.g.
<bean:write name="someForm" property="someProperty" filter="false"/>

Marco

Martin Naskovski wrote:
I have a LabelValueBean, and the Label property contains spaces.
However, they do not get encoded into &nbsp;'s. If I actually include
the &nbsp; tag, I get a '&nbsp;' on the screen verbatim :), instead of
what I really wanted - a space.

Is this some catch-22 or is there really a way to specify a
&nbsp; for a label property in a LabelValueBean? Can the ampersand be
escaped somehow??? Thanks :).

Martin


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






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



Reply via email to