Hi,
Is it possible to figure out request's dispatcher type?

Basically, I have interceptor that catches an action that takes long time, adds 
special parameter and redirects it to  refresh jsp page. Refresh jsp page 
happens to have an <jsp:include="/Logo.action"/>; that Logo.action inherits a 
special parameter, it's being processed by same interceptor, and also try to 
redirect to refresh_jsp page and that is a problem.

My goal is to have redirection happening only once, but because of includes I 
am getting into cycle here. The interceptor works based on that special 
parameter, (it sets it and then checks for it); the problem is that I want to 
ignore that parameter if request I am processing is INCLUDE. (or don't invoke 
interceptor at all).
Thanks
Leonard

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to