Paul Austin opened SPR-3360 and commented
Would it be possible to extend the p namespace to allow for functionality similar to the util:property-path element so that you can specify property values using a path reference to other beans.
before
<bean ...>
<property name="foo">
<util:property-path path="bar.beer" />
</property>
</bean>
after
<bean ...
p:foo-path="bar.beer"
/>
Affects: 2.0.4
Referenced from: commits becea61
1 votes, 0 watchers