Yes, you don't include the "is" prefix for boolean properties, just
like you don't include the "get" prefix for non-boolean properties.
Perhaps that's the source of confusion. The JavaBeans documentation
is very clear on how method names are transformed to property names.
On 10/24/05, Geoff Clitheroe <[EMAIL PROTECTED]> wrote:
> 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]
>
>
--
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind
Professional Tapestry training, mentoring, support
and project work. http://howardlewisship.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]