六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 35|回复: 0

jstl:org.apache.jasper.JasperException:. The end tag "</c:wh

[复制链接]

升级  43.33%

29

主题

29

主题

29

主题

秀才

Rank: 2

积分
115
 楼主| 发表于 2013-1-26 12:44:51 | 显示全部楼层 |阅读模式
 <c:choose>
   <c:when test="${status.index==0}">
    style="display:block"
   </c:when>
   <c:otherwise>
    style="display:none"
   </c:otherwise>
 </c:choose>
 
org.apache.jasper.JasperException: /jsp/statAnal/often/establish/t5_1Detail.jsp(128,3) The end tag "</c:when" is unbalanced
 
原因:<c:when test="${status.index==0}">  写成了 :<c:when test="${status.index==0}"/>   多了"/"
 
 
org.apache.jasper.JasperException: /jsp/statAnal/often/establish/t5_1Detail.jsp(132,4) The end tag "</c:choose" is unbalanced
 
原因:</c:otherwise> 写成了 <c:otherwise> 少了"/"
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表