Hi, 1) I am displaying a list of ValueObjects(which are editable) in a page by setting a ArrayList to form..
When I submit the form the values are updating into form arraylist variable. What is the logic behind in updation of list in a from when I submit the form. 2) I am displaying a list of ValueObject(View only) in a page. To display this values I am using Session Variable. I think we can set this list to the form also? Which one is best (putting into a session(or request) or setting to a form). Thanks & Regards, Ashok.D

