JSTL 的 if else : 有 c:if 没有 else 的处理
<c:choose> <c:when test=""> 如果 </c:when> <c:otherwise> 否则 </c:otherwise> </c:choose>
jstl 标签使用
原文:http://my.oschina.net/kt431128/blog/325327