kkk
Sep 6th, 2004, 09:54 AM
I am trying to populate java.util.Properties from properties file, but I do not know how. I am trying to do something like this:
<bean id="ttt" class="com.foo.bar">
<property name="properties">
<props>
<value>classpath:test.properties</value>
</props>
</property>
</bean>
<bean id="ttt" class="com.foo.bar">
<property name="properties">
<props>
<value>classpath:test.properties</value>
</props>
</property>
</bean>