Confirmation Pop Up Window
Hi all,
I have a jsp page that has a display:table tag. In the display table, among others, I have the following display:column
<display:column property="deleteIcon" title="Delete" href="/session/group/delete.do" paramId="groupid" paramProperty="groupid"/>
The action fired off by the href will delete this row from the table.
My problem is how do I prompt the user to confirm the delete?
Thanks,
Ron
|