Hi Mahesh,

Actually you can do both, filtering before and after the Action
servlet, this only depends how you organize your filtering work in the
doFilter() method. What will be executed before Action servlet should
be before calling chain.doFilter() method and you can if you like have
additional filtering work after this method that will be executed when
the call returns.

Yannick

On 4/22/07, Mahesh Parab <[EMAIL PROTECTED]> wrote:
Hi All,
I am new to struts,
my doubt is if i place filter before Action servlet what will be called
first Action servlet or filter.
Thanks,
Mahesh

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to