Hi all,
Although this is not a strange message, the circumstances under which it
happened are strange to me.
Tapestry reports an error when I try to include a non-java-type-object into
the grid.
All standard java types are shown correctly but a custom java type results
with the error.
This is a simplified representation of how my entity class looks like:
class EntityClass {
Long id;
String name;
CustomClass custom;
[getters and setters...]
}
Is tapestry only supporting standard java types as vaild properties? do I
have to add the custom ones explicitly into the model in order for it to be
shown on the page?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Bean-editor-model-for-XYZ-does-not-contain-a-property-named-ZYX-tp5716057.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]