On Tue, Nov 12, 2002 at 06:19:00PM +0530, Amit Badheka wrote:
> 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.

Use the "filter" attribute for that:

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

This should work.

Erich

-- 
Dr. Erich Meier, Consultant
method park Software AG, Wetterkreuz 19a, 91058 Erlangen, Germany
phone: +49-9131-97206-316   mailto:Erich.Meier@;methodpark.de
fax:   +49-9131-97206-200   http://www.methodpark.de/

--
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