i've a strange problem
my application is done with struts, working local with JDeveloper IDE which
has OC4J embedded server
when i change locale to french local the labels are read correctly
but when i deploy on tomcat labels from resource bundle are read in english
though labels are retrieved fr
In this case, you've isolated your problem to the database read/write
phase, which means it's not a Struts issue. You'll need to look again
at your database configuration and whatever middleware you're using
to communicate with it (e.g. JDBC, Hibernate). The specifics will
depend on you
i did add response.setCharacterEncoding(encoding), in EncodingFilter class
but still output corrupted characters in the jsp
:(
i really need to solve this problem as soon as possible .. any help please ?
--
View this message in context:
http://www.nabble.com/struts-request-encoding-to-utf-8-p
i'm using struts 1.1, oracle 10g environment
i'm facing a problem that i can't save special characters as "ẻ, €" from the
page to database correctly though i used all the possible ways to set the
encoding to utf-8
her's the code i used
1- in the.jsp page ..
<%@ page language="java" pageEncoding=
4 matches
Mail list logo