Hi,
how to use the component IF? I have this in the page class:
private String getLoginned() {
return "true";
}
then I want to refer to it from the html:
<t:if test="${loginned}='true'">
</t:if>
this will always cause an error that: does not contain a property named
'loginned'
--
View this message in context:
http://www.nabble.com/T5%3AIf-component-tf4341030.html#a12365775
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]