[
https://issues.apache.org/jira/browse/WICKET-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566398#action_12566398
]
Igor Vaynberg commented on WICKET-1327:
---------------------------------------
property1.property2 should be no problem considering there are getProperty1()
that returns an object which has getProperty2(), this is handled by a simple
builder pattern where getProperty1() returns a builder proxy of object that has
getProperty2() and keeps context.
mylist.0 will be tricky for arrays, not sure if we can intercept
myarray[5].getfoo(). we can intercept getfoo() obviously, but myarray[5]?
property[key] should also be ok, the builderproxy returned for set or map can
keep track of get calls.
> CompoundModel backed by cglib proxies
> -------------------------------------
>
> Key: WICKET-1327
> URL: https://issues.apache.org/jira/browse/WICKET-1327
> Project: Wicket
> Issue Type: New Feature
> Components: wicket
> Reporter: Scott Swank
> Priority: Minor
> Fix For: 1.4-M1
>
> Attachments: Model.zip
>
>
> This is a simple model that lets cglib handle building the propertyExpression.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.