|
From: Arto P. <art...@of...> - 2004-02-13 13:20:32
|
Hi How you define list type property in beanfactory property file? I am making springframework xdoclet module, and it's quite hard to define list's with tags, which are easy to define in xml file. Like following: <property name="test"> <list> <list> <ref bean="test1"/> <ref bean="test2"/> <list> <value>test1</value> <value>test2</value> </list> </list> <value>test1</value> <value>test2</value> </list> </property> |