Im in a critical problem. Basically whats happening is that first I set an arraylist object inside a bean class. This bean now contains all the values of that list after I checked this while debugging.
These bean values are now passed on to the JSP where they are used for some UI presentation logic. Now I submit this JSP and a new action method is called.
Now what happens is that when I retrieve that list in the new action method..I get that list but all the values inside that list have changed to null!
Could someone please explain to me what the problem is?
I cant share the code as its confidential. Someone please give me an idea about what I should do!