I just upgraded to Struts 1.1b3

I get the following error when I start my application.

If anyone can point me in the right direction here, I would appreciate it.


ERROR Message:

Starting service Tomcat-Standalone
Apache Tomcat/4.1.18-LE-jdk14
Feb 18, 2003 10:33:34 AM org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
Feb 18, 2003 10:33:34 AM org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.action.ActionResources',
returnNull=true
Feb 18, 2003 10:33:35 AM org.apache.struts.action.ActionServlet
initModuleConfig
SEVERE: Parsing error processing resource path
java.lang.NullPointerException


I have two resource bundles, and it use to work before....

<!--  The message resources location.  -->
<message-resources parameter="ApplicationResources" null="false"/>
<message-resources key="ReportResources" parameter="ReportResources"
null="false"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to