<result name="success" type="redirect-action">
     <param name="actionName">doSomething</param>
     <param name="namespace">/someNamespace</param>
     <param name="parse">true</param>
     <param name="method">someMethod</param>
     <param name="myDynamicParam">${myDynamicParam}</param>
 </result>



On 3/27/07, ChristopherAngel <[EMAIL PROTECTED]> wrote:


Hi,

How can I pass a parameter to a struts redirect-action?

i.e. given that the doSomething action requires a dynamic parameter, how
do
I add this parameter to the redirect?
<result type="redirect-action">doSomething</result>

Thank you in advance.


--
View this message in context:
http://www.nabble.com/Struts-2-Parameter-Redirect-tf3473144.html#a9692568
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