<html>
<body>
<table border="1" align="center" style="width:50%;height: 50%;border-bottom- style: solid;border-bottom-width: thick;">
<tr>
<td align="center" ><h2>welcome user</h2>
<form method="post" action="Register">
<input type="submit" value="view full list" />
</form>
</td>
</tr>
</table>
</body>
</html>
i have created a servlet Register and in my jsp page. I have called that register servlet....when I click view full list but I am getting an error http404 resource not found(only when clicked on view all list)