HI
I am facing problem while I am terating list of list in
jsp. i am able to get the value from action class to jsp and displayed properly. but I need to modify those value on the screen and take it to second screen. I am facing when i am passing arraylist as hidden variable.
There are 2 class. one A1 class is having getter setter of emplyee and address.
another class A2 is having getter setter of list of first A1 class.
First iterator is of A2 class and inside that iterator of A1 class.
Its really urgent.