RE: Action names unique across packages? Why?

2007-07-09 Thread AntonyJB
tml > > -Wes > > -- > Discussion of Struts2, Spring, & Hibernate - http://www.wantii.com > > -Original Message- > From: AntonyJB [mailto:[EMAIL PROTECTED] > Sent: Monday, July 09, 2007 5:17 AM > To: user@struts.apache.org > Subject: Action names unique

Re: issues with tiles with struts 2

2007-07-09 Thread AntonyJB
Since you're using the servlet and not the listener, have you added the servlet mapping like the following? Easy to overlook! tiles /* The listener is a good (and seemingly better option): org.apache.tiles.impl.BasicTilesContainer.DEFINI

Action names unique across packages? Why?

2007-07-09 Thread AntonyJB
OK. Maybe I'm expecting too much or haven't come across the right Struts property but... In the following snippet, I'm not expecting the 1st 'list' action to be overridden by the 2nd. But that's what is happening. detail.layout de

RE: Over 100 site URLs to redirect: interceptor or action mappings?

2007-07-02 Thread AntonyJB
web servers or app servers configuration > to > send a redirect back for requests to these URLs? > > -Original Message- > From: AntonyJB [mailto:[EMAIL PROTECTED] > Sent: 02 July 2007 13:57 > To: user@struts.apache.org > Subject: Over 100 site URLs to redirect

Over 100 site URLs to redirect: interceptor or action mappings?

2007-07-02 Thread AntonyJB
Hi, I searched for similar situations but haven't come across anything - an easy one I'm sure though. Issue: Our site contains a large amount of marketing URLs which redirect to a small number of actual actions. E.g.: www.mysite.com/offer1 www.mysite.com/offeragain www.mysite.com/GreatOff