Yes, you can solve this by setting the filter to false:

<bean:write name="cur" property="value" filter="false"/>

Regards,

Michael


-----Original Message-----
From: Amit Badheka [mailto:amit@;direct2s.com] 
Sent: Dienstag, 12. November 2002 13:49
To: Struts Users Mailing List
Subject: special character

I want to show the currency symbols, I am using bean:write but it is not
displaying symbol.

I have bean:write as -

<bean:write name="cur" property="value" />

the value store in DB is " &euro; "  when we put this string directly it
gets converted, but when I puts bean:write it prints the value as it is.
(in view source it looks like "&amp;euro; ")

please help.


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to