File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes struts forward pass parameters Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "struts forward pass parameters" Watch "struts forward pass parameters" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: struts forward pass parameters
 
Similar Threads
Replace character ' in a string
JBuilder(Personal)-Run-Configurations... always deactivated, how come???
purpose of org.apache.axis.client.Call.setMaintainSession()?
Stored procedure in oracle problem
Getting Parameters from form