how to handle cancel button in confirm dialog box,
September 5, 2008 at 11:38 AM
how to handle cancel button in confirm dialog box in struts application
this particular problem comes when you click on delete link. and here you pass the control to js function i.e confirm dialog box come. if you click cancel button still it delete the data from data base.
i need to hand this confirm dialog box. where and how i write (bcance) in jsp page to solve the problem
View All Comments
| View Tutorial