special character

2002-11-12 Thread Amit Badheka
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

Re: special character

2002-11-12 Thread Erich Meier
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

RE: special character

2002-11-12 Thread Michael Delamere
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

RE: special character

2002-11-12 Thread Xavier Combelle
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

Re: special character

2002-11-12 Thread Amit Badheka
Thank u all for reply. It works fine. - Original Message - From: Xavier Combelle [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 6:30 PM Subject: RE: special character just set the filter atttribute of bean:write tag at false