Hi Ken,
please paste the whole Bean class, too. I got an NPE in the past due to
an leading underscore in my pk member name.
"_pk" --> NPE
"pk" --> works fine. Guess this is a bug, because Tapestry in general
is happy with "_" when accessing properties.
Jens
Am 13.05.13 23:26, schrieb Ken in Nashua:
its obviously happening on the valueencoder
final PropertyAdapter propertyAdapter =
classPropertyAdapter.getPropertyAdapter(labelProperty);5455 final
ValueEncoder encoder =
this.valueEncoderSource.getValueEncoder(propertyAdapter.getType());56
I changed the property method to toString() and it still fails with NPE
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org