BTW, struts 2.0.9 is used. -----Original Message----- From: Xibin Liu Sent: Wednesday, January 02, 2008 2:05 PM To: 'Struts Users Mailing List' Subject: RE: SEVERE: Error filterStart
Does not work (in struts.xml): <struts> <include file="map.xml"/> </struts> But works if the package in map.xml is copy to struts.xml: <struts> <package name="map" namespace="/map" extends="struts-default"> .... </package> </struts> Any idea? -----Original Message----- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, December 20, 2007 4:47 PM To: Struts Users Mailing List Subject: Re: SEVERE: Error filterStart --- Xibin Liu <[EMAIL PROTECTED]> wrote: > By playing with the filters in web.xml, I identified that the > following filter causes the error. > <filter> > <filter-name>struts2</filter-name> > <filter-class> > org.apache.struts2.dispatcher.FilterDispatcher > </filter-class> > </filter> > <filter-mapping> > <filter-name>struts2</filter-name> > <url-pattern>/*</url-pattern> > </filter-mapping> > > Any idea? Not without more information. Is your struts.xml configured correctly? Are all the required libraries in your webapp's classpath? d. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]