jstl标签问题
异常信息:严重:Servlet.service()forservletjspthrewexceptionjavax.el.PropertyNotFoundExceptio...
异常信息:严重: Servlet.service() for servlet jsp threw exception
javax.el.PropertyNotFoundException: Property 'Page' not found on type bean.SetPage
代码:<c:if test="${sp.Page} ne 1" >
<A HREF=Query.do?Page=1>第一页</A>;
<A HREF=Query.do?Page= <c:out value="${sp.Page -1}"/> >上一页</A>;
</c:if>
<c:if test="${sp.Page} ne ${sp.TotalPage}" >
<A HREF=Query.do?Page= <c:out value="${sp.Page +1}"/> >下一页</A>;
<A HREF=Query.do?Page= <c:out value="${sp.TotalPage}"/> >最后一页</A>;
</c:if>
页数:<font COLOR="red">${sp.Page}/${sp.TotalPage}</font>
在action里面已经SetPageEx spe = new SetPageEx();
SetPage sp = spe.getCount(request,"Page");
request.setAttribute("sp", sp); 展开
javax.el.PropertyNotFoundException: Property 'Page' not found on type bean.SetPage
代码:<c:if test="${sp.Page} ne 1" >
<A HREF=Query.do?Page=1>第一页</A>;
<A HREF=Query.do?Page= <c:out value="${sp.Page -1}"/> >上一页</A>;
</c:if>
<c:if test="${sp.Page} ne ${sp.TotalPage}" >
<A HREF=Query.do?Page= <c:out value="${sp.Page +1}"/> >下一页</A>;
<A HREF=Query.do?Page= <c:out value="${sp.TotalPage}"/> >最后一页</A>;
</c:if>
页数:<font COLOR="red">${sp.Page}/${sp.TotalPage}</font>
在action里面已经SetPageEx spe = new SetPageEx();
SetPage sp = spe.getCount(request,"Page");
request.setAttribute("sp", sp); 展开
3个回答
展开全部
这个问题是你EL表达式的问题
是说你的sp变量的实体中找不到Page属性的SetPage方法
可能是你的Page属性名字写错了
也可能是你sp变量的实体中没有写Page的SET GET方法
是说你的sp变量的实体中找不到Page属性的SetPage方法
可能是你的Page属性名字写错了
也可能是你sp变量的实体中没有写Page的SET GET方法
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
先resquest.getAttribute("sp");打印出来看看有没值?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询