Coldbox autowiring and sequence of events

Hi Folks,

It appears that when autowiring a component that the init method is
run before the Dependant objects are autowired in. Is there a way to
change this? I am writing a component who init method depends on
accessing other component methods.

Or is there a way to specify what parameters are passed into the init
method in an autowired object? Hope so but I missed it in the docs if
there is.

Is there another solution I have missed?

Thanks for your assistance,
Tom

You can inject directly into the init function. See first example.

http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/cbModelGuide#ConstructorSetterDependencies

- Gabriel