Dear,
I am struggling a bit with the usage of more than one Resourcebundle in
Struts-config.xml.
I have defined two "property" files in my classpath :
_ ApplicationResources.properties
_ ApplicationResources2.properties
The bottom line is (I think) how do I access the messages
Check that EVERYTHING is UTF-8
JSP's, java source (irrelevant but ...), property files, ...
Weblogic also accepts the following in its weblogic.xml
encoding
UTF-8
If you do XHTML you can also add the follwoing two to your JSP's.
<%@ page pageEncoding="UTF-8" %>
Hop
2 matches
Mail list logo