delete.jsp
<html>
<head>
<link rel="stylesheet" href="css/mi.css" type="text/css">
<a href="http://127.0.0.1:4444/me" > <img src="mimes/SAP_me.gif" alt="Home" ></a>
</head>
<body>
<jsp:useBean id="dataBean" scope="session" class="persistenceexample2.bean.TableViewBean" />
<!-- For event handling we need a HTML "form" command -->
<form method="post" action="start" id="form1" name="form2">
<!-- Disply title of the example -->
<h6>Delete a car</h6><br>
<table align="left" border="0" class="BoxOut" cellpadding="5" cellspacing="5" width="100%">
<tbody>
<tr>
<td align="center">
Please select the row to be deleted with the checkbox in the first column.
</td>
</tr>
<tr>
<td align="center">
<input type="submit" name="_event_deleteEntrySubmit" value=" OK " >
</td>
</tr>
</tbody>
</table>
</form>
</body>
</html>