RE: ClassNotFoundException: org.apache.struts.ActionServlet (was: retrieveMessageResources: NullPointerException)

2004-12-02 Thread Bernd Prager
: 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

Re: ClassNotFoundException: org.apache.struts.ActionServlet (was: retrieveMessageResources: NullPointerException)

2004-12-02 Thread Niall Pemberton
; <[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

Re: ClassNotFoundException: org.apache.struts.ActionServlet (was: retrieveMessageResources: NullPointerException)

2004-12-02 Thread Hubert Rabago
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:

ClassNotFoundException: org.apache.struts.ActionServlet (was: retrieveMessageResources: NullPointerException)

2004-12-02 Thread Bernd Prager
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. -

RE: retrieveMessageResources: NullPointerException

2004-12-02 Thread Lane, Brad
: 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

retrieveMessageResources: NullPointerException

2004-12-02 Thread Bernd Prager
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 -