Hi, if this is the only module defined in the web.xml I get a NullPointerException

    <init-param>
      <param-name>config/upload</param-name>
      <param-value>/WEB-INF/upload/struts-config.xml</param-value>
    </init-param>

if I add this, the problem goes away

    <init-param>
      <param-name>config</param-name>
      <param-value>/WEB-INF/upload/struts-config.xml</param-value>
    </init-param>

is this correct?  Is it mandatory to have the default 'config' element?

cheers
Nathan



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



Reply via email to