I am using following tags
<display:table name="sessionScope.details">
<display:column property="add" title="Add" href="/add.do" paramId="id" />
<display:column property="edit" href="/edit.do" paramId="action"
paramName="testparam" paramScope="request" />
<display:column property="delete" href="/delete.do" paramId="id"
paramProperty="id" />
</display:table>
I want to have confirm message for delete link before user deletes any
data as in onclick event for link
<a href="/delete.do" onclick="return confirm('Are you sure')">Delete</a>
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user