Thanks a lot for the info. But the way I go about is html file ----xslt--> xml file --java code --> . properties file
But the struts application uses bean tags every where so I have to generate the property file any further suggestion, regards, Anshuman -----Original Message----- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 4:32 PM To: Struts Users Mailing List Subject: Re: query about application resource and charset Roy, Ansuman ha scritto: > Hi, > I have a content management system that generates the application > resources.properties file. Now the value of many keys > are found to be of filled with  keys. File .properties MUST have escape codes for special characters (i.e. \uXXXX codes). This is the default behaviour when you save a ".properties" file directly from Properties.store. I suppose that you don't use Properties at all... Now you have two options: a) use Properties in your code b) use <jdk-dir>/bin/native2ascii utility by Sun. I suggest, anyway, the first solution. Ciao Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]