RE: Array of submit buttons

2019-02-16 Thread Yasser Zamani
>From: Prasanth >Sent: Friday, February 15, 2019 3:02 AM >To: Struts Users Mailing List >Subject: Array of submit buttons > >Hi, > >I have a form with tabular data and need to have delete buttons for each row. >So >have a ArrayList in the action and the form

Array of submit buttons

2019-02-14 Thread Prasanth
Hi, I have a form with tabular data and need to have delete buttons for each row. So have a ArrayList in the action and the form has inside an iterator. When the user clicks on the Delete button the ArrayList was not populated. So changed the ArrayList to a Map. Interestingly the map is popula