--- Adam Hardy <[EMAIL PROTECTED]> wrote: > So you say the StrutsRequestWrapper holds the struts context [...]
No, I'm saying it has access to it via ActionContext.getContext(). > and is accessed somewhere in the Result to pull everything down > into the PageContext? I'm not sure what that means. All the request wrapper does (slightly simplified) is call super.getAttribute (where super is an HttpServletRequestWrapper). If nothing is returned from that, as would be the case with a typical action and action property, then the wrapper will query the stack for the value. You should probably just look at the source code, no? Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]