I am using SPring mvc 3 with Thymeleaf.I have a list in my
jsp page and each row in the bean is accompanied by a button.When I click on that button I want to get the index of that row.I am not able to do so.
I have the following list in my Jsp page
How can I send the index number of this arraylist indside the function doAjaxCallRemoveIdentifier().How can I do that?