About multiple Resourcebundles

2004-05-17 Thread SMETS Thomas
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

RE: .properties file --> Again I18n problem

2004-05-25 Thread SMETS Thomas
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