can anybody say how to pass or push parameter in valuestack and get it from
another action in struts 2

really confused with all valuestack stuff

suppose

i have

----------------------------------------------------
<action name="AddComboValue"
class="com.docmgmt.struts.actions.attribute.SaveAttribute"
method="AddComboValue">
        <result>/attribute/AttribComboValue.jsp</result>
        
        </action>

        <action name="AddAttribute"
class="com.docmgmt.struts.actions.attribute.SaveAttribute">
                <result type="redirect-action">attriblist</result>
                <result name="ComboForm" 
type="redirect-action">AddComboValue</result>
        </action>

-------------------------------------------------------

i want to put my one parameter attrid  in request scope when executing
AddAttribute action if result type ComboForm and want to get from
AddComboValue action java file in struts 2.0.11.2

can anybody gives me a way?
thanks in advance



-- 
View this message in context: 
http://www.nabble.com/how-to-pass-parameter-in-next-action-tp19851255p19851255.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to