Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.0
-
Fix Version/s: 1.0
-
Component/s: Decorators
-
Labels:None
Description
I have a table that uses nested properties in the columns:
<display:table name="customers" decorator="CustomerTableDecorator" id="customer">
<display:column property="address.postalCode"/>
</display:table>
I want to decorate the column with a TableDecorator, but I cannot specify that the property "postalCode" should be decorated, as the hasGetterFor method of Decorator considers only the "address" part of the property name. Is there a way to do this or would this be an enhancement?
<display:table name="customers" decorator="CustomerTableDecorator" id="customer">
<display:column property="address.postalCode"/>
</display:table>
I want to decorate the column with a TableDecorator, but I cannot specify that the property "postalCode" should be decorated, as the hasGetterFor method of Decorator considers only the "address" part of the property name. Is there a way to do this or would this be an enhancement?