Hi
I have something like this:
<interceptor-stack name="myStack">
<interceptor-ref name="interA"/>
<interceptor-ref name="interB">
<param name="parmA">aaa</parm>
</interceptor-ref>
<interceptor-ref name="interC"/>
</interceptor-stack>
....
<action name="myAction"...>
<interceptor-ref name="myStack" >
<param name="interB.parmB">bbb</parm>
</interceptor-ref>
</action>
And the problem is, that only parmB is set, parmA have default value.
To have both params set properly I must set all param on stack or on
action, but how to mix it?
Im using struts 2.0.11.1
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]