• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Instantiating DynaActionform

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
I have the following scenerio,
I have 15 pages(screens) with previous and next in each page.I have written action mapping for both next and previous of each page in struts-config.xml and have a common Action page.In the config file I have separate form bean declaration for each page and form-bean having type of org....DynaActionForm.
My question is, in the action I am saving the fields of the current page and forwarding the request to next page when next is hit.Now before forwarding the request I want to populate the next page fields.So how do I get the reference or instantiate the DynaActionForm ( as the form which I have in action execute is having field of current page and not next page's)
Any help is greatly appreciated
Thanks in advance
Priya
 
reply
    Bookmark Topic Watch Topic
  • New Topic