You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Eugen Bushuev <bu...@lucky.net> on 2003/07/16 13:26:50 UTC

modules.

Hi.
My modules do not wont to work.
I have:
web.xml:
...
  <servlet>
    <servlet-name>action</servlet-name>
    <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
...
    <init-param>
       <param-name>config/test</param-name>
       <param-value>/WEB-INF/struts-test-config.xml</param-value>
    </init-param>   
    <init-param>
      <param-name>config</param-name>
      <param-value>/WEB-INF/struts-config.xml</param-value>
    </init-param>
.....
struts-config.xml - empty,

struts-test-config:
    <action path="/testaction"
            type="test.web.TestAction">
    </action>
  </action-mappings>

than, in /test/test.jsp
    <html:form action="/testaction" focus="name">

gives

Cannot retrieve mapping for action /testaction


what i'm missing here?
senx.

-- 
С уважением, Е.Бушуев.


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org