Re: Infinite loop with action mappings

2005-05-06 Thread Michael Jouravlev
false > > 3 > > > > jsp > /views/* > > > > controller > /* > > > > -Original Message- > > From: Allistair Crossley > > Sent: 06 May 2005 15:1

RE: Infinite loop with action mappings

2005-05-06 Thread Allistair Crossley
May 2005 15:11 > To: user@struts.apache.org > Subject: Infinite loop with action mappings > > > Hi, > > I have a catch-all servlet mapping to push all requests to my > Struts controller in web.xml; > > > controller > /* > > > I have 2 action m

Infinite loop with action mappings

2005-05-06 Thread Allistair Crossley
Hi, I have a catch-all servlet mapping to push all requests to my Struts controller in web.xml; controller /* I have 2 action mappings; When I request http://www.domain.com/view Struts finds the action mapping and delegates a forward to /views/layout.jsp. However, /views/layout.jsp i