Re: property of a property in include parameter of a grid

2011-02-01 Thread Ulrich Stärk
You'd have to recursively build PropertyAdapters for all child propertys of the bean, something Grid is not designed to do. To achieve what you want isn't that hard though: ${car.engine.name} Pay attention to the different semantics of add and include. Uli On 31.01.2011 23:02, M

property of a property in include parameter of a grid

2011-01-31 Thread Mark
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. It appears that the grid won't let you reference the property of a property using include. I know I can add a param