Mike Baranski wrote:
If I run an interceptor on an action, then redirect, is the same interceptor
run on the redirected-to action?

"then redirect" means that request is done, and the browser will be submitting a new request. That new request gets processed according to the action/interceptor definition appropriate to the url.

-Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to