Re: Why we need struts.action.extension property

2008-07-18 Thread Dave Newton
--- On Fri, 7/18/08, Igor Vlasov <[EMAIL PROTECTED]> wrote: > but i forgot a struts.properties file and > "struts.action.extension=jspa" > > AND my project does not WORK > > > My question: why we need to write > "struts.action.extension=jspa" when we > already have filter-mapping binding struts

Re: Why we need struts.action.extension property

2008-07-18 Thread Gabriel Belingueres
AFAIK, the Servlet API doesn't expose any standard way to know the mapping associated to a filter. Maybe that's way. 2008/7/18 Igor Vlasov <[EMAIL PROTECTED]>: > > Hello. I wrote a simple s2 application. > > I described a filter in web.xml > > >struts2 > > org.apache.struts2.dispatcher.Filte