Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Struts
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Paul Clapham
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Saloon Keepers:
Tim Holloway
Carey Brown
Roland Mueller
Piet Souris
Bartenders:
Forum:
Struts
Sturts2 - is there an interceptor post the action but before the result on the screen?
Adrian Burlington
Ranch Hand
Posts: 75
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi there,
I wish to know if there's a way to have an interceptor AFTER the action was performed and BEFORE the render on the screen.
What I have si this:
Interceptor - authentication Interceptor - authorization INVOKE ACTION //assume everything is OK Interceptor - Authenticate data //I need to check if the item in session can be seen by user (or did he manipulate the URL). RENDER - show user the result
Is there a way to do this?
Thanks!
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Scope Interceptor
Struts2: How to Test Actions by passing Interceptors
Struts2 Interceptor Error in struts.xml file
validations in a tabbedpanel
struts2 login interceptor not finding session attribute of user details.
More...