On 9/22/06, Kyle Hayes <[EMAIL PROTECTED]> wrote:
If in one my components I need to create an instance of another object but I want to use createObject instead of DI. If the object that is being created in itself still requires DI, does it not receive it because ColdSpring is not creating it in the first place?
Correct. If you create the object, ColdSpring knows nothing about it. -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood
