<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>
我已经在我的jsp页面中创建了一个servlet Register。我已经调用了注册servlet ....当我点击查看完整列表但是我收到错误未找到http404资源(仅当点击查看所有列表时)
答案 0 :(得分:-1)
试试这个
<form method="post" action="Register.jsp">