Interceptors don't go on the value stack. They're similar to filters -- the
intercept() method is executed before the action is run, and they can (say)
initialize your action, but they're not used as value objects.

You might be thinking of the Model Driven interceptor. The Object returned
by (your action).getModel() is pushed onto the value stack, but that's not
quite the same thing, of course.


stanlick wrote:
> 
> Are the interceptors pushed on the stack as the request is being
> processed?
> In my web page, I do not seem to be getting the same love from the
> getAbc()
> method of an interceptor that I do from an Action.
> 
> -- 
> Scott
> [EMAIL PROTECTED]
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Value-Stack-and-Interceptors-tf4610688.html#a13367162
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to