晕倒,不知道是不是JSTL的问题,反正不会是我的问题啦
错误提示:javax.servlet.ServletException: Unable to find a value for "iNextPage" in object
of class "util.PaginationBean" using operator "."
用<c:out/>把JavaBean的属性输出到页面
当<c:out value="${model.paginationBean.iNextPage}"/>就会出错
当<c:out value="${model.paginationBean.inextpage}"/>正确
当<c:out value="${model.paginationBean.nextpage}"/>正确
当<c:out value="${model.paginationBean.iiNextpage}"/>出错
当<c:out value="${model.paginationBean.inNextpage}"/>正确
错误提示:javax.servlet.ServletException: Unable to find a value for "iNextPage" in object
of class "util.PaginationBean" using operator "."
用<c:out/>把JavaBean的属性输出到页面
当<c:out value="${model.paginationBean.iNextPage}"/>就会出错
当<c:out value="${model.paginationBean.inextpage}"/>正确
当<c:out value="${model.paginationBean.nextpage}"/>正确
当<c:out value="${model.paginationBean.iiNextpage}"/>出错
当<c:out value="${model.paginationBean.inNextpage}"/>正确

回复Comments
{commenttime}{commentauthor}
{CommentUrl}
{commentcontent}