Re: java.lang.NullPointerException: Module 'null' not found.

2006-11-02 Thread Niall Pemberton
On 11/2/06, bue <[EMAIL PROTECTED]> wrote: I had exactly the same error message (with struts distribution 1.3.5 and Weblogic 8.1sp5). It turned out that the struts-config.xml file was missing (or at a wrong place). After supplying a proper struts-config.xml file in the proper place (WEB-INF/stru

Re: java.lang.NullPointerException: Module 'null' not found.

2006-11-02 Thread bue
I had exactly the same error message (with struts distribution 1.3.5 and Weblogic 8.1sp5). It turned out that the struts-config.xml file was missing (or at a wrong place). After supplying a proper struts-config.xml file in the proper place (WEB-INF/struts-config.xml) the error disappeared. This is

Re: java.lang.NullPointerException: Module 'null' not found.

2006-10-31 Thread Niall Pemberton
Can you post more information - the relevant parts of your struts config. Also are you using modules (if so what) and how are you navigating to your "submit_jsp" - i.e. via an action or directly? Niall On 10/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: With the struts 1.3 distribution I