>[...]
Is it correct that the main difference between using the Action tag and the Include tag for 'componentising' a page is that the Action tag uses the same value stack? 
It seems include includes servlet's output (copying stream data) and it's really not related to actions at all, while Action tag uses actions to eventually dispatch to view components.
Does the Action tag push the action onto the stack?
 
I hope that's a good time to make sure Pat remembers my suggestions. IMHO Action tag executing results should push the action onto the stack just before it does execute result, and then it should pop the action off the stack as soon as result is finished.
 
This way you would (logically) access both actions in the included view.
 
The problem was that action invocations was assumed never take actions off the stack, but I posted apropriate patches to deal with that.
 
Regards,
-- Mike

Reply via email to