false
>
> 3
>
>
>
> jsp
> /views/*
>
>
>
> controller
> /*
>
>
> > -Original Message-
> > From: Allistair Crossley
> > Sent: 06 May 2005 15:1
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
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
3 matches
Mail list logo