[ 
https://issues.apache.org/jira/browse/WICKET-3922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13067907#comment-13067907
 ] 

Luciano Sother commented on WICKET-3922:
----------------------------------------

No difference. Just a way to read multiple bean properties using a format 
string.

> 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
>            Assignee: Igor Vaynberg
>         Attachments: BeanToString.java, BeanToStringTest.java, 
> ELStringPropertyModel.java, ModelTransformer.java
>
>
> 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

        

Reply via email to