--- On Sun, 7/27/08, Dave Newton <[EMAIL PROTECTED]> wrote: > (That being said, as this question seems to come up rather > frequently, maybe the include tag should add its params to > the request used for the include, if that's possible?)
It already does; not sure what I was thinking there. (I do know; I was looking at the wrong code.) I'm able to access parameters set via a nested <s:param.../> using both <c:out value="${param.foo}"/> and ${param.foo}. If the value is coming from the action then you shouldn't even need to set it via an <s:param.../> since the value stack is available in included pages--action properties are available via both S2 tags and EL (via the custom request hoobie-doobie). Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]