Lets say I have a car object and and engine object in a one to one relationship.

It would seem like I should be able to do something like this to add
the engine name to the grid.

<t:grid source="listOfCars" row="car"  include="engine.name"/>

It appears that the grid won't let you reference the property of a
property using include.  I know I can add a parameter and get it to
work, but it seems like this should work.  Is there a reason it
doesn't?

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to