Re: Issue with entry in Struts.xml

2012-11-18 Thread Srineel Mazumdar
Thanks Dave.You got it right. So you are saying that if I want to forward the output of an action to another action , I should use redirect action?? I will search for the filter option. Regards, Srineel On Mon, Nov 19, 2012 at 1:13 AM, Dave Newton wrote: > > This entry is working: > > > > >

Re: Issue with entry in Struts.xml

2012-11-18 Thread Dave Newton
> This entry is working: > > > /WEB-INF/jsp/index.jsp > > > This entry is not: > > > /shop/index.action > It's not entirely clear what the question is, but in case the statement is actually "why", I'll answer. The first result forwards to a JSP. The second attempts to forward to an action