[
https://issues.apache.org/jira/browse/WICKET-3922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luciano Sother updated WICKET-3922:
-----------------------------------
Description:
Usage example:
new Label("myLabel", ELStringPropertyModel.create(myModel,
"${fieldA.subfieldA1.subfieldA1x} - ${fieldB.subfieldB1} (Foo:
${fieldC.subfieldC1})")));
was:
Use example:
new Label("myLabel", ELStringPropertyModel.create(myModel,
"${fieldA.subfieldA1.subfieldA1x} - ${fieldB.subfieldB1} (Foo:
${fieldC.subfieldC1})")));
> A Wicket Model that resolve bean properties in an EL-based format String:
> ELStringPropertyModel
> -----------------------------------------------------------------------------------------------
>
> Key: WICKET-3922
> URL: https://issues.apache.org/jira/browse/WICKET-3922
> Project: Wicket
> Issue Type: New Feature
> Components: wicket-core
> Reporter: Luciano Sother
>
> Usage example:
> new Label("myLabel", ELStringPropertyModel.create(myModel,
> "${fieldA.subfieldA1.subfieldA1x} - ${fieldB.subfieldB1} (Foo:
> ${fieldC.subfieldC1})")));
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira