• 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

This has to be easy!!! Part II

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I must be getting close to figuring this out, but I am still lost. Basically I want to be able to get changes made in the table available back in my action class. If anyone has a specific code snippet of the pieces to make this work I would LOVE to see it.
awardMasResultsForm
- form bean with ArrayList awards as a private member.

my .jsp has the following iterate tag

The error I get is : "No getter method for property awards of bean awardMasResultsForm
Any help?
Mike
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I work with Mike and I believe I got the scenario needed to work, so please disregard Mike Blair's message
 
Mike Blair
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, do not disregard my message please! I am 100% certain that this is simply handled by the STRUTS framework and it is not needed to jump through hoops to get this accomplished. If anyone could take a look at my iterate and code I posted to see if anything obvious is out of the ordinary it would be greatly appreciated.
Thanks,
Mike
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was just looking at your example and realized that you are getting an error I previously got. For some reason, struts will not recognized overloaded getters.
reply
    Bookmark Topic Watch Topic
  • New Topic