<action name="AddAttribute"
class="com.docmgmt.struts.actions.attribute.SaveAttribute">
               <result type="redirect-action">attriblist</result>
               <result name="ComboForm"
type="redirect-action">AddComboValue?parm1=${value}</result>
       </action>

append the actionName "AddComboValue?parm1=${value}", but no ".action".
It's OK!


On Tue, Oct 7, 2008 at 1:22 PM, Hardik Shah <[EMAIL PROTECTED]> wrote:

>
> 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]
>
>


-- 
BestRegards,
Mead
http://yayisoft.com

Dick Cavett  - "If your parents never had children, chances are you won't
either."

Reply via email to