Why do you need to modify? What about just pushing something else
that effectively overrides the existing value?
Don
On 8/30/06, Mark Menard <[EMAIL PROTECTED]> wrote:
Is this following possible?
<s:bean name="java.util.HashMap" id="qTableLayout">
</s:bean>
<s:push value="#qTableLayout">
<s:param name="tablecolspan" value="%{4}" />
<s:param name="currentColumnCount" value="%{0}" />
</s:push>
If it isn't how do you change the value of something on the value stack once
you are either into a JSP or in a FreeMarker template?
I have been struggling with this for days now. I know it's got to be
something really really really stupidly simple, but I'm just not seeing it.
I've read WebWork in Action, read a lot of the component and view.jsp code.
I just don't understand how you use these tags to modify the value of
something on the stack.
Thanks,
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]