Hi,

I'd like to display a count if count is greater than 200, but following will
trigger error:
Could not convert 'currentPage.count > 0' into a component parameter binding

<t:if test= 'currentPage.count > 200'>
  count : ${currentPage.count}
</t:if>

any idea? thanks,

Angelo
-- 
View this message in context: 
http://www.nabble.com/T5%3A-using-an-expression-in-t%3Aif-tp21931606p21931606.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to