Re: [S1.3.8] Mapping problem

2011-03-23 Thread Dave Newton
On Wed, Mar 23, 2011 at 5:52 AM, Okan Özeren wrote: > You should use as this when action forwarding: > > // Passed arg0 parameter is an object which is created from ActionMapping > return arg0.findForward("success"); Not sure how that's related; if the original poster *hadn't* been doing like that

Re: [S1.3.8] Mapping problem

2011-03-23 Thread Okan Özeren
Hi, You should use as this when action forwarding: // Passed arg0 parameter is an object which is created from ActionMapping return arg0.findForward("success"); Okan. On Tue, Mar 22, 2011 at 9:07 PM, Dave Newton wrote: > What *is* loginPage? A JSP? A Tile? > > Dave > > On Tue, Mar 22, 2011 at

Re: [S1.3.8] Mapping problem

2011-03-22 Thread Dave Newton
What *is* loginPage? A JSP? A Tile? Dave On Tue, Mar 22, 2011 at 12:38 PM, Anjib Mulepati wrote: > I have > 1. web.xml > > action > org.apache.struts.action.ActionServlet > > config > /WEB-INF/struts-config.xml > > > debug > 2 > > > detail > 2 > > 2 > > ... > > action > *.do >

[S1.3.8] Mapping problem

2011-03-22 Thread Anjib Mulepati
I have 1. web.xml action org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml debug 2 detail 2 2 ... action *.do . index.jsp . 2. struts-config.xml as type="gov.ma.itd.grouping.actions.GetAgencyListAction"> 3. index.jsp N