«

»

Eyl
09

İf etiketi

if etiketi

Karşılaştırma yapmak için kullanılır test niteliğine karşılaştırma ifadesi yerleştirilir.

Örnek İf

<faces>
<@import prefix="c" taglib="phpf.core" type="static"/>
<c:if test="#{$name=='bora'}">
<c:out value="#{$name}"/>
</c:if>
</faces>
 

İf için başkabir örnek

<faces>
<@import prefix="c" taglib="phpf.core" type="static"/>
<c:if test="#{$i>0  AND $i<10}">
<c:out value="sayı  10 ile  1 arasinda"/>
</c:if>
</faces>
 

İf için başkabir örnek

<faces>
<@import prefix="c" taglib="phpf.core" type="static"/>
<c:if test="#{$name!='bora'}">
<strong>
<c:out value="Bu benim adım değil !"/>
</strong>
</c:if>
</faces>
Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)

Bir Cevap Yazın

E-Posta adresiniz yayınlanmayacaktır.


*

Bu HTML etiket ve tanımlayıcılarını kullanabilirsiniz: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>