[
https://issues.apache.org/jira/browse/WICKET-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johan Compagner updated WICKET-1327:
------------------------------------
Attachment: matej_and_johan_great_work_in_thailand.jar
with this attachement you can do this:
SafePropertyModel<Person> p = new SafePropertyModel<Person>(new Person());
TextField field = new TextField("name", p.bind(p.property().getFirstName()));
> 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: matej_and_johan_great_work_in_thailand.jar, 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.