Problem in Response when i tried for Greek
Hi all
my project is multilanguage, now greek is going on
Using struts framework, try to acheive this....
so, i retrive the greek value from the resource properties file, not from DB(SQL Server200)
am using eclipse ide so when i debug, i found that response was not set in UTF-8, charset was not set to "true", i dont know why this happened
even i put <@ page pageEncoding=utf-8 %>,<meta tag> in the jsp page(all jsp page) and i changed in tomcat server.xml,catalina.bat file abt JAVA_OPTS.
can any one help to solve this issue...
thanks

