jsp(108,0) Expecting "jsp:param" standard action with "name" and "value" attributes

今天在写分页技术部分的时候突然出现错误:

jsp(108,0) Expecting "jsp:param" standard action with "name" and "value" attributes
报错在这行代码:


<!-- 传递参数执行action,url指向action --> <jsp:param value="PageAction.action" name="url"/> </jsp:include>


原因是:在<jsp:include page="/Pager.jsp" >

<jsp:include page="/Pager.jsp" ></jsp:include>里面不能加注释,具体原因不太清楚


你可能感兴趣的:(jsp(108,0) Expecting "jsp:param" standard action with "name" and "value" attributes)