Hi, I'm using Struts 2. I have this action-mapping ...
<action-mappings> <action path="/pcFlow" type="com.myco.regui.struts.accounts.AccountsAction" scope="request" name="REAccountLookUpBean" validate="true" input="/jsp/pcAccountLookup.jsp"> </action> </action-mappings> I first visit my page, http://localhost:7005/re/jsp/pcAccountLookup.jsp, which submits a form to "/re/pcFlow.do". Unfortunately, this is when I get a 404 error. What is wrong with the above or what steps can I take to troubleshoot this error? Thanks, - Dave -- View this message in context: http://www.nabble.com/Trouble-with-an-action-mapping-tp22234833p22234833.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org