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.

Reply via email to