I tried specifying staticFilter at the end. The same error still crops up.
The problem seems to be in the configuration of web.xml only. Any idea would
be helpful. I have defined the filters as given below.
-----
<filter>
<filter-name>struts</filter-name>
<filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
</filter>
<filter>
<filter-name>staticFilter</filter-name>
<filter-class>com.cpt.his.webapp.filter.StaticFilter</filter-class>
<init-param>
<param-name>includes</param-name>
<param-value>/scripts/dojo/*,/dwr/*</param-value>
</init-param>
</filter>
----------
newton.dave wrote:
>
> Please consider not posting the same question under different subjects.
> I'm entirely unsure how this issue relates to Maven, too.
>
> --- On Mon, 6/16/08, StrutsUser <[EMAIL PROTECTED]> wrote:
>> <filter-mapping>
>> <filter-name>staticFilter</filter-name>
>> <url-pattern>/*</url-pattern>
>> <dispatcher>REQUEST</dispatcher>
>> </filter-mapping>
>
> What's that? Why is it listed before the S2 filter? Will it block requests
> for the S2 Dojo files? Are you trying to use the S2 Dojo files or your
> own? Do you have a minimal use case without all your custom
> filters/whatever that doesn't work, or does it only not work with your own
> configuration/code?
>
> In any case, it's unlikely this is an S2 issue but is instead caused by
> your filter(s) and/or your filter mapping(s).
>
> Dave
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/Struts2-Ajax-Integration-in-Maven-tp17861464p17863785.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]