「JSTL入門」条件分岐の使い方

2017年10月25日

JSPコード:
<c:if test="${name == 'user001’}" var="cft" />
<c:if test="${cft}" >
<label class="info"><c:out value="${txtIndex}"/></label>
</c:if>

<c:if test="${!cft}" >
<fmt:message key="caption.tt"/>
</c:if>

JavaScript

Posted by arkgame