トップ 差分 一覧 ping ソース 検索 ヘルプ PDF RSS ログイン

JSTL



目次



記事一覧

キーワード

JSTL

[Java]


Tips


 ブランク判定

null 判定

<c:if test="${ obj == null }">
  何らかの処理			
</c:if>

ブランク判定

ブランク判定
<c:if test="${empty obj.value}">
否ブランク判定
<c:if test="${not empty obj.value}">



YAGI Hiroto (piroto@a-net.email.ne.jp)
twitter http://twitter.com/pppiroto

Copyright© 矢木 浩人 All Rights Reserved.