Hi,
I have two html multi lists List1 and List2. List1 contains all the attributes of a table from DB. Now I have buttons Add, AddAll which will take data from list1 to list2. Now I wants to pass the attributes which are added in list2 to another .jsp page on submit. How can i do this? Thanks in advance.