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
> 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 -
> >
> > 
> >
> > the value store in DB is " € "  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 "&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>
>
>



--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>




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 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 -
>
> 
>
> the value store in DB is " € "  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 "&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>




RE: special character

2002-11-12 Thread Michael Delamere
Yes, you can solve this by setting the filter to 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

I want to show the currency symbols, I am using bean:write but it is not
displaying symbol.

I have bean:write as -



the value store in DB is " € "  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 "&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>




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 -
> 
> 
> 
> the value store in DB is " € "  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 "€ ")
> 
> please help.

Use the "filter" attribute for that:



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:   
For additional commands, e-mail: 




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 -



the value store in DB is " € "  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 "€ ")

please help.