Use the "dispatcher" element in the "filter-mapping" element in web.xml, like:
<filter-mapping>
<filter-name>MyFilter</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
</filter-mapping>
On Fri, Oct 9, 2009 at 10:16 AM, Pancham <[email protected]> wrote:
>
> I have a request filter that needs to be executed only once during processing
> of a request. Unfortunately, whenever another action is included within the
> same request using "action" tag, my request filter is invoked.
> How can I prevent invocation of request filter when an action is included
> using action tag? Or, is there any way to find out in the filter that it is
> being invoked as a result of action invocation within the same request.
>
> Thanks.
> --
> View this message in context:
> http://www.nabble.com/Prevent-request-filter-invocation-when-struts-action-tag-is-invoked-tp25824829p25824829.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]
>
>
--
"Hey you! Would you help me to carry the stone?" Pink Floyd
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]