I had before an error like this.. The encoding was Arabic and all the character become ? (question mark) It wasn't related to struts, but to the application server (IBM Web Sphere)
The application works in my test server (windows) but not in production environment (UNIX) We discovered that IBM WebSphere translate automatically the request with a specific encoding and there is a parameter that you need to set to force it to get the request in other encodings We tried also setting package.properties in the classpath as Martin adviced but it didn't works. Ing. Alessandro D'Ottavio Elsag Datamat S.p.A. – Banking & Finance Division Financing Systems Area Department - Tadawul Via Naide 43 - 00155 - Rome Italy Fax Number : +39 06 22796324 Office : +39 06 22724617 Mobile : +39 3349067696 e-mail : [EMAIL PROTECTED] -----Messaggio originale----- Da: Martin Gainty [mailto:[EMAIL PROTECTED] Inviato: lunedì 13 ottobre 2008 16.44 A: Struts Users Mailing List Oggetto: RE: polish dialectic signs lturn into # the JVM is platform agnostic maybe if you provide package.properties and code snippets we could help you out package.properties should be located on classpath and should contain getText function e.g. requiredstring = ${getText(fieldName)} is required. start here http://struts.apache.org/2.06/struts2-core/apidocs/com/opensymphony/xwork2/TextProvider.html Martin ______________________________________________ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > From: [EMAIL PROTECTED] > To: [email protected] > Subject: polish dialectic signs lturn into # > Date: Mon, 13 Oct 2008 19:48:28 +0530 > > I have developed JSP Struts Polish Application in UTF-8 encoding. > > > > Application interacts with SAP for polish data .I am able to insert the data > into SAP from jsp application running on tomcat. > > > > Application which is working on windows version of polish system (windows XP > )is not working on Linux System. > > > > Polish dialectic signs like ą,ć,ś,ó,ź,ł,ę are turn into # symbols. > > > > Any advice to make the application work on both windows and Linux. > > > > Regards, > Raghu > > > _________________________________________________________________ See how Windows connects the people, information, and fun that are part of your life. http://clk.atdmt.com/MRT/go/msnnkwxp1020093175mrt/direct/01/

