|
From: <jue...@we...> - 2003-11-26 16:39:59
|
This is actually pretty simple: We just need to allow for <list> (and = <map>) as sub-element of <list> in the DTD - the bean factory can = already handle any kind of nested element! I've just patched the DTD = accordingly and committed it; a corresponding unit test passes (not = committed yet due to other work). Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of Colin Sampaleanu Sent: Wednesday, November 26, 2003 5:15 PM To: spr...@li... Subject: [Springframework-developer] How hard is is to add support for list inside of a list, in an XML beanfactory def? Right now in a bean factory xml definition, a list can not contain a=20 list. Can somebody who is more familiar with the bean wrapping estimate=20 how big a deal this would be to add? The issue comes in using the MethodInvokingFactoryBean to invoke a=20 method which takes an array or list as an argument. Right now there is=20 no way to do it unfortunately. ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |