Hi everybody, I'm almost certain this is answered before. I just can't find it.
I want to pull some message strings from a RessourceBundle. Works fine when I test the class locally. As soon as I use it inside a JSP I get the error message: java.lang.InstantiationException: class mypackage.MyBean : java.util.MissingResourceException: Can't find bundle for base name Messages, locale en_US. Where do I put the file 'Messages_en_US.properties'? I tried it in the JSP directory, in WEB-INF/classes and in WEB-INF/classes/mypackage without success. Please help. Thanks, -- Bernd -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
