HI, must a t:grid row="object" always be in the backing page java class? Or can I also have something like this:
t:grid source="service.objects" row="service.object" class Page{ @Inject @Property private ObjectService service; } class ObjectService { private List objects; private Object object; } I'm trying this, but maybe I'm doing something wrong. At least I always get an exception: Render queue error in BeginRender[admin/Page:grid.rows.gridcell]: Object cannot be cast to ObjectService -- View this message in context: http://tapestry.1045711.n5.nabble.com/Must-a-property-of-grid-row-be-always-directly-in-backing-class-tp5717526.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org