Re: struts polish application

2008-02-07 Thread Piotr Falenczyk
What You need to do, is to set correct page coding. It can be ISO-8859-2 or UTF-8 Best regards Piotr Falenczyk raghuveerv wrote: > > I have an application that needs to show messages coming from SAP in > polish > language. > > > > What would be the changes in need to do for my web.xml,str

Re: struts polish application

2008-02-07 Thread Nuwan Chandrasoma
hi, where do you have these messages? is it in the .properties file? if its in a property file i think it should be in UTF-8 and your jsp page charset also should be in UTF8 Thanks, Nuwan (http://code.google.com/p/struts2-ssl-plugin/) Raghuveer wrote: I have an application that needs to