savefailed.jsp
<html>
<head>
<link rel="stylesheet" href="css/mi.css" type="text/css">
</head>
<body>
<!-- For event handling we need a HTML "form" command -->
<form method="post" action="start" id="form1" name="form2">
<!-- Display title of the example -->
<h4>Saving values</h4><br>
<table align="left" border="0" class="BoxOut" cellpadding="5" cellspacing="5" width="280">
<tbody>
<tr class="miBody" >
<td>
<h4>Error</h4>
<p>Invalid amount specified. Value not saved!</p>
</td>
</tr>
<tr class="miBody" >
<td align="center">
<input type="submit" name="_event_deleteEntrySubmit" value=" OK " >
</td>
</tr>
</tbody>
</table>
</form>
</body>
</html>