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: [email protected] For additional commands, e-mail: [email protected]
