Skip to content

util:property-path like functionality for the p-namespace [SPR-3360] #8044

@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions