Works for us (T3.x) but I had to drop the 'is', confused me for a while e.g.,

Border.html:    <span jwcid="@Conditional" condition="ognl:loggedIn">
Border.html:    <span jwcid="@Conditional" condition="ognl:!loggedIn">

Border.java:
/**
 * Returns true if the User is logged in.
 *
 * @return a <code>boolean</code>.  True if the User is logged in.
 */
public boolean isLoggedIn() {...

Cheers,
Geoff




>Hi.
>
>Although OGNL documentation says that referencing boolean property through
>accessors is/set should work :
>http://www.opensymphony.com/ognl/html/LanguageGuide/properties.html
>, it doesn't seem it work when I try to reference such property in my
>Tapestry apps?
>
>-Vjeran



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to