Ok, another chance: 
Did you try the usual things, like resart the servlet engine after editing
the struts-config.xml? 
Or are you using a IDE like Eclipse? Then before restarting the servlet
engine you should "refresh from local" your properties... 
(I don't know how your skills are, so maybe you don't know that)

Regards,
Bernhard

-----Ursprüngliche Nachricht-----
Von: Jefferson Magno
Gesendet: Dienstag, 4. Februar 2003 13:27
An: Struts Users Mailing List
Betreff: RE: AW: javax.servlet.jsp.JspException: Cannot retrieve mapping
for a ction /submit


Bernhard, I did exactly as described in the tutorial, my
struts-config.xml (placed inside WEB-INF dir) has:

  <action-mappings>

    <action   path="/submit"
              type="hansen.playground.SubmitAction"
              name="submitForm"
              input="/submit.jsp"
              scope="request">
    <forward name="success" path="/submit.jsp"/>          
    <forward name="failure" path="/submit.jsp"/>          
    </action>

  </action-mappings>

And I verified that the SubmitAction does exist.

Jefferson

Em Ter, 2003-02-04 às 11:07, Hirschmann, Bernhard escreveu:
> 
> "Cannot retrieve mapping for action /submit" means, 
> that in your struts-config.xml you don't have a action configured 
> for the URI "/submit".
> 
> I hope this helps... 
> 
> Regards,
> Bernhard
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



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

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

Reply via email to