Re: Redirecting to servlet

2009-07-22 Thread Wes Wannemacher
I think you can set the constant - struts.action.excludePattern to a pattern that will match your servlet, then the dispatcher filter in use should ignore it. You can specify a comma-separated list of patterns for the dispatcher to ignore. -Wes On Tue, Jul 21, 2009 at 11:53 PM, Kavita Mehta wrote

Redirecting to servlet

2009-07-21 Thread Kavita Mehta
Hi, I have an application in struts2.0 . I want a servlet in it to cater to a specific HTTP request. How can I make sure that the request to servlet does not go through struts.xml as it searches for the action class with the same name. thanks, Kavita **