Hi again,
I have solved the problem.
Solution is to add a filter to your web application (in web.xml):
Set Character Encoding
filters.SetCharacterEncodingFilter
encoding
Windows-1250
Set Character Encoding
action
-
Hi,
I have been using setup jboss version 3.0.8 so I can use windows-1250 encoding.
Database is mysql.
So configuration is following:
in run.bat I added following two properties:
-Ddefault.client.encoding=windows-1250 -DISO_8859_1=Cp1250
and
in mysql-service.xml file used
jdbc:mysql://localhost