just set the filter atttribute of bean:write tag at false
as it is explained at the address
http://jakarta.apache.org/struts/userGuide/struts-bean.html#write

Xavier


> -----Message d'origine-----
> De : Amit Badheka [mailto:amit@;direct2s.com]
> Envoyé : mardi 12 novembre 2002 13:49
> À : Struts Users Mailing List
> Objet : 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