aspose file tools
The moose likes Struts and the fly likes pass parameter action to action Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "pass parameter action to action" Watch "pass parameter action to action" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: pass parameter action to action
 
Similar Threads
parameter attribute in action tag
set-property
Dispatch Action Issue/Exception
how to dynamically set the action attribute
Passing value from one action to another action servlet