• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

struts forward pass parameters

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Put the moon back where you found it! We need it for tides and poetry and stuff. Like this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic