• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Setting the valus of variable present in an Arraylist which is present in another arraylist

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

i am trying to build an application in which i have a array list inside another arraylist. i am using indexed properties also. i am able to fetch the values of the variables in arraylists but i am not able to save the values back to them.
here is my JSP code:



Here is my form bean:




I am not able to set the value of estimates variable in Deliverable which is a item of deliverableList arraylist.

please respond
thanks in advance
reply
    Bookmark Topic Watch Topic
  • New Topic