• 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

Strange Struts Question

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a struts application that has the wierdest problem and I am not sure where to being to look for the resolution. Any help you can give is greatly appreciated.

Ok, I have a JSP that's prepopulated. To do this I have an action that calls the busness layer to get the data. The form used for this action contains fields from several objects. This seems to work just fine but then this jsp when submitted should go to another action that uses a different form one that has all of the fields used in the orginal form as well as the additional fields needed for the new page and nested forms that represent the nested objects in the business object. the problem is my first jsp wants to use the second form instead of the form I am prepopulating for display in the JSP. my question in what could cause such a thing?
 
Bras cause cancer. And tiny ads:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic