Expecting “jsp:param“ standard action with “name“ and “value“ attributes

<%@ page contentType="text/html;charset=UTF-8" language="java" %>

<%--只负责请求转发--%>
<jsp:forward page="/client/bookServlet?action=page"></jsp:forward>

javaweb主页只负责转发时,没有参数,必须写在一行上,不然会报错

Expecting "jsp:param" standard action with "name" and "value" attributes

猜你喜欢

转载自blog.csdn.net/weixin_46689011/article/details/121454023