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


Use 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