Re: FilterDispatcher configuration in web.xml

2009-11-27 Thread phillips1021
lowing > > > struts2 > > org.apache.struts2.dispatcher.FilterDispatcher > > > struts2 > /* > > > > > Thanks, > Kishore > > -- View this message in context: http://old.nabble.com/FilterDispatc

Re: FilterDispatcher configuration in web.xml

2009-11-27 Thread phillips1021
lowing > > > struts2 > > org.apache.struts2.dispatcher.FilterDispatcher > > > struts2 > /* > > > > > Thanks, > Kishore > > -- View this message in context: http://old.nabble.com/FilterDispatc

Re: FilterDispatcher configuration in web.xml

2009-11-27 Thread Wes Wannemacher
I think you can safely map to *.action and /struts/* -Wes On Fri, Nov 27, 2009 at 12:41 AM, Kishore Kumar wrote: > Hi, > > Is there a way to change the FilterDispatcher URL Pattren other than /*? > I am using ICEFaces and struts2 togeather but due to struts2 URL Pattren > ICEFaces requests are

FilterDispatcher configuration in web.xml

2009-11-27 Thread Kishore Kumar
Hi, Is there a way to change the FilterDispatcher URL Pattren other than /*? I am using ICEFaces and struts2 togeather but due to struts2 URL Pattren ICEFaces requests are being ignored. Can i use url-pattren /*.action ? As per the struts documentation it says to use following str