If you read the java beans spec, you'll see that "is" can only be used for
primitive boolean, not java.lang.Boolean.

I remember this was discussed in the past that tapestry could be a bit more
lenient here and support Boolean but I don't think anything done. Please
file a jira.
On 27 May 2014 13:34, "Erich Gormann" <e.gorm...@gormann.de> wrote:

> Hi all,
>
> in my grid I want to display a bean containig a property of type Boolean,
> which has not getter, but an "is" method.
> The grids reports the error, that the property is missing in the bean to
> render.
>
> How to get grid working with "is" methods?
>
> Thanks in advance for your help
> Eric
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to