R: Filtering ApplicationResources.properties file

2004-05-18 Thread Andrea M.
g that might be of interest for you here: http://www.anassina.com/struts/i18n/i18n.html -Messaggio originale- Da: Ramil Mirhasanov [mailto:[EMAIL PROTECTED] Inviato: martedì 18 maggio 2004 15.03 A: Struts Users Mailing List Oggetto: Re: Filtering ApplicationResources.properties file Andre

Re: Filtering ApplicationResources.properties file

2004-05-18 Thread Ramil Mirhasanov
?? - Original Message - From: "Andrea M." <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, May 18, 2004 3:47 PM Subject: R: Filtering ApplicationResources.properties file > Ramil > I don't think

R: Filtering ApplicationResources.properties file

2004-05-18 Thread Andrea M.
truts Users Mailing List Oggetto: Re: Filtering ApplicationResources.properties file Andrea, I need that error messages are displayed properly in iso-8859-9 encoding, as all my classes and jsps. My error messages are stored in ApplicationResources.properties file. I will be gratefull if you help!

Re: Filtering ApplicationResources.properties file

2004-05-18 Thread Ramil Mirhasanov
ROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, May 18, 2004 3:22 PM Subject: R: Filtering ApplicationResources.properties file > Hi Ramil > I don't quite understand what you are trying to achieve > Why should you want to filte

R: Filtering ApplicationResources.properties file

2004-05-18 Thread Andrea M.
ering ApplicationResources.properties file Hi, I want to ask you, how is it possible to create mapping for filter and *.properties?? So that character encoding filter would apply for ApplicationResources.properties file. I have allready done filtering for Actions, by modifiying web.xml: Set Character Enc

Filtering ApplicationResources.properties file

2004-05-18 Thread Ramil Mirhasanov
Hi, I want to ask you, how is it possible to create mapping for filter and *.properties?? So that character encoding filter would apply for ApplicationResources.properties file. I have allready done filtering for Actions, by modifiying web.xml: Set Character Encoding action My