Jsp-jstl-core-choose-tag
提供:Dev Guides
JSTL-コア<c:choose>、<c:when>、<c:otherwise>タグ
属性
<c:choose> タグには属性がありません。
<c:when> タグには、以下にリストする属性が1つあります。
<c:otherwise> タグには属性がありません。
Attribute | Description | Required | Default |
---|---|---|---|
test | Condition to evaluate | Yes | None |
例
上記のコードは、次の結果を生成します-