• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

List of Maps backed form in Struts 1

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi..

In my struts form I have a property List<Map<MyObject, List<MyAnotherObject>>> prop.
While loading the form I'm populating this List and I'm able to reach all properties and I'm printing those.

But If I edit those values in the form (basically displaying in text field and editable fields are in 'key' of map i.e List<MyAnotherObject>) and submit it,
those values are not setting into form.

Can some one help please.. I have given simple setProp(List<...> arg) and List<..>getProp() method in the form.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic