Hi Vicky -- thanks for the help. I am making progress based on your help -- it is appreciated very much.
I finally got my form submission to retain values. But, now I am having an issue with the initialization of an Arraylist. My nested form variables need this initialization, when I’m trying to change more rows on the screen than have been initialized in the form, I get that out of bounds error… When the action is perform and
Struts loads the form, it must be resetting it first before it loads the variables from the screen. I was having that index problem for a couple weeks on and off, it probably all boils down to this…
If I want 200 rows on the screen, I have to initialize 200 objects, doesn’t seem very dynamic
Surely, there is a better way to do this. Could you please guide me in the right direction?