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

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