Have you checked your application server's log files to see if there were
any Struts startup errors?  Where are you putting the "struts-conf" file?
Are you putting it in the file "/WEB-INF/struts-config.xml"?

Regards,
David

-----Original Message-----
From: Jim Douglas [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 15, 2004 7:17 PM
To: [EMAIL PROTECTED]
Subject: Mapping issue


To all,

This is my error message in the browser,

javax.servlet.ServletException: Cannot retrieve mapping for action
/SelectUser

The class files are in the right place.  This is struts-conf,

<form-beans>
    <form-bean name="ReturnStudentForms"
               type="app.model.FormsSelect" />
  </form-beans>

<action-mappings>

  <action-mappings>
    <action path="/SelectUser"
            type="app.web.RetrieveFormAction"
            name="ReturnStudentForms" scope="request"
            validate="true" input="/portal/user.jsp">
        <forward name="show_forms"
                 path="/portal/forms.jsp" />
    </action>
  </action-mappings>


Thanks,
Jim



---------------------------------------------------------------------
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