| Author |
pass parameter action to action
|
Marco Vanoli
Ranch Hand
Joined: Jan 12, 2005
Posts: 99
|
|
|
i have an action that call another one(chain action). The second action is used also from a link with a parameter (&id=4). Now i want to set from the first action a parameter. Is it possible?
|
bye, <br />Marco
|
 |
trinity
Greenhorn
Joined: Oct 15, 2005
Posts: 4
|
|
Hi Marco Vanoli, The request parameters that you can access in the first action, can be got in the second action. Even you can get it in any nth action. This is how We have worked. Hope this solves your question. regards, Trinity
|
 |
 |
|
|
subject: pass parameter action to action
|
|
|