| Author |
Populating an ArrayList through JSON
|
Acro Acromantula
Greenhorn
Joined: Sep 10, 2009
Posts: 2
|
|
Hi all
I have an ArrayList object in my Structs2 action class. I want to populate it when i send a request. In the action class i hv this
which holds the SaveNewIRDTO object which has 3 attributes with the proper getters and setters. In the Javascript file i'm sending a request using JQuery JSON support. I'm passing the object through the URL and assigning the values for the attributes in the following way
:where "selectedIlRows" is initialized correctly
My issue is there are three instance of the SaveNewIRDTO object created (When the loop is iterated only once) within the ArrayList
I think i'm doing something really dumb here...can some one please help me out??
|
 |
Acro Acromantula
Greenhorn
Joined: Sep 10, 2009
Posts: 2
|
|
opps....how stupid of me
|
 |
 |
|
|
subject: Populating an ArrayList through JSON
|
|
|