| Author |
struts forward pass parameters
|
rob harvey
Greenhorn
Joined: Apr 05, 2002
Posts: 25
|
|
Hi - is there still no support for passing parameters on accross forwards - i.e. I call an action with a parameter and i then want to call my lookupdispatchaction with the parameters the original was passed. Will i still just have to create a subclass of ActionForward and manipulate the path myself? Cheers.
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
There has always been a way to pass parameters on to the next action: If you want to pass parameters from a JSP, just include the parameters as hidden fields and they will be passed when the form is submitted. [ June 13, 2006: Message edited by: Merrill Higginson ]
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: struts forward pass parameters
|
|
|