> -----Original Message-----
> From: Jim Douglas [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 15, 2004 5: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

Where's the .do?  or whatever you're using to map the url to the Strtus 
servlet?  This message, iirc, usually has the entire url in it.


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