--- 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]

Reply via email to