08-14-07 12:20 AM
Easy way to do it:
<h:form id=?userForm?>
<h:commandLink id=?lnkDeleteUser? value=?delete?
onclick=?if (!confirm('Are you sure you want to delete this record?')) retur
n false?
action=?#{userBean.deleteUser}?/>
</h:form>
[ Post a follow-up to this message ]
|