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

[599 byte] By [parthi83_pka] at [2007-11-27 0:51:36]
# 1

Hi all,

i cleared the problem my application now sensing the greek language. Coz, a file called Header.jsp is included in every jsp page in my application. so, i just add the META tag in that header.jsp and this page is qutomatically loaded in every page(jsp)..

so i finally removed servlet files (converted jsp), deployed it,

and i ran it... the expected result occupy the page.....

thanks.

parthi83_pka at 2007-7-11 23:22:32 > top of Java-index,Desktop,I18N...