Im populating customer data by iterating a customer list as following in the
jsp.
Now in the action either edit or delete each record i want to track which customer needs to be edit/delete. So in
servlet how can i access the customer object which is in var listItems. If its not possible do i need to have hidden input variables with values and access them using getParameter in servlet?