There is a table which displays items and has a "Delete" button in each row. The delete button is inside a form. I'm using AjaxForm method to submit form. Clicking the delete button is supposed to delete the data without getting directed to any page or without refreshing current page. But what happens is form gets submitted in regular way as defined on action tag.There is a table which displays items and has a