--- Adam Hardy <[EMAIL PROTECTED]> wrote: > The struts interceptors encompass both the actions and the results, but how > does struts put the action properties into the pageContext?
It doesn't; it puts the action on the stack. The tags use OGNL to get values from the stack context, or when using JSP 2.0 EL the S2 request wrapper will go to the stack if the value isn't found in the normal contexts. I guess I'm not really sure what you're asking. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]