[ 
https://issues.apache.org/jira/browse/TAP5-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Drobiazko closed TAP5-1077.
--------------------------------

    Fix Version/s: 5.2.0
       Resolution: Fixed

> Merge symbol values into property values from a bean definition
> ---------------------------------------------------------------
>
>                 Key: TAP5-1077
>                 URL: https://issues.apache.org/jira/browse/TAP5-1077
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-spring
>    Affects Versions: 5.1.0.5
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>            Priority: Minor
>             Fix For: 5.2.0
>
>
> Springs allows you to externalize property values from a bean definition into 
> a property file. It would be nice if the values of the property placeholders 
> could be read from symbol values. An example:
> <bean id="serviceStrategy" class="${custom.strategy.class}"/>
> public static void contributeApplicationDefaults(MappedConfiguration<String, 
> String> configuration) {
>     configuration.add("custom.strategy.class", "com.foo.DefaultStrategy");
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to