util:property-path like functionality for the p-namespace [SPR-3360] #8044
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
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
The text was updated successfully, but these errors were encountered: