I think it's #params['home']
> -Original Message-
> From: Frederick N. Brier [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 06, 2003 3:07 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [OS-webwork] Using the PushTag
>
>
> That seems like a pretty c
That seems like a pretty cool idea. And the filter could null out the
ActionContext ThreadLocal on exit allowing it to be garbage collected and
not hanging around. BTW, what is the syntax for accessing a request
parameter off of the value stack? Is it "$req.home"? Assuming home is the
key o
I don't know how we can get this to work... The ActionContext with an
empty ValueStack will be created as a default ThreadLocal if it doesn't
exist when you go to access it, but to access things like the request,
it needs to be set into the ActionContext at some entry point, like the
ServletDispatc