: retrieveMessageResources: NullPointerException)
The package for ActionServlet is wrong - in your web.xml you must have:
org.apache.struts.ActionServlet
Change it to
org.apache.struts.action.ActionServlet
Niall
-
To unsubscribe, e-mail: [EMAIL
; <[EMAIL PROTECTED]>
Sent: Thursday, December 02, 2004 8:47 PM
Subject: ClassNotFoundException: org.apache.struts.ActionServlet (was:
retrieveMessageResources: NullPointerException)
Hm, the problem might already be somewhere else. Turning the log level
to debug, reveales following error after
I had seen this once before on a coworker's machine. He used some
Eclipse plugins for Tomcat and Struts, and was letting Eclipse
generate the war file. I think a fresh download of Struts, and a
fresh compile outside of all those plugins, solved the problem.
(I think he went from ClassNotFoundEx:
PM
To: Struts Users Mailing List
Subject: RE: retrieveMessageResources: NullPointerException
Message-resources needs to come AFTER action-mappings according to dtd.
You should be getting errors from your container about it.
-
: retrieveMessageResources: NullPointerException
After days of reading tons of docs and searching the mail archive I feel
kind of stupid right now.
I know this question came up a couple of times but I didn't find the answer.
Here I am and hope you can help me:
I try to use the bean:message tags and my index.jsp
After days of reading tons of docs and searching the mail archive I feel
kind of stupid right now.
I know this question came up a couple of times but I didn't find the
answer.
Here I am and hope you can help me:
I try to use the bean:message tags and my index.jsp fails with:
--- snip -
6 matches
Mail list logo