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]