I'm trying to set properties on a bean that's returned from a factory-
bean.
Here's a simple a test case:
<beans>
<bean id="Factory" class="testing.Factory">
</bean>
<bean id="Child" factory-bean="Factory" factory-method="create">
<property name="Property">
<value>400</value>
</property>
</bean>
</beans>
ColdSpring throws an error:
The VALUE parameter to the setProperty function is required but was
not passed in.
/coldspring/beans/DefaultXmlBeanFactory.cfc: line 940
/coldspring/beans/DefaultXmlBeanFactory.cfc: line 632
Can you not use property elements on factory-bean results?
--
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
Try out the new Transfer ORM Custom Google Search:
http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8
You received this message because you are subscribed to the Google Groups
"transfer-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/transfer-dev?hl=en