PrimeFaces, JSF Özel Kaçış Karakteri Kullanımı

(büyüktür) gibi işaretleri aynı şekilde ekranda gösterebilirsiniz. Bunun için escape=”false” niteliği aşağıdaki gibi kullanabilirsiniz. [code lang=”html”] <p:outputLabel for="taxpayerIdNo" value="Kulllanıcı Adınız &lt;br /&gt; (Tanımlı E-Posta Adresiniz)" escape="false"/> [/code] [code lang=”html”] <h:outputLabel value="#{myBean.myProperty}" escape="false"/> [/code] [code lang=”html”] <h:outputText value="#{myBean.myProperty}" escape="false"/> [/code] ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *