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

Igor Vaynberg commented on WICKET-3922:
---------------------------------------

i dont think this belongs in core. maybe submit it to wicketstuff though.

> 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