actually delegate from resolveContextualObject to resolveReference
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
||||
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
|
||||
|
||||
<bean id="requestScopedObject" class="org.springframework.beans.TestBean" scope="request"/>
|
||||
<bean id="requestScopedObject" class="org.springframework.beans.TestBean" scope="request">
|
||||
<property name="name" value="#{request.contextPath}"/>
|
||||
</bean>
|
||||
|
||||
<bean id="requestScopedDisposableObject" class="org.springframework.beans.DerivedTestBean" scope="request"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user