RE: [coldbox:11737] bean question

No worries on the questions. Also, it’s worth mentioning that in WireBox, getInstance() is the method you use to ask the injector for an object. The bean factory plugin is now just an empty facade that wraps WireBox for backwards compatibility (and will probably go away eventually). The bean factory plugin has the getModel() method that just proxies to wirebox.getInstance(). Just wanted to point that out in case you were reading the Wirebox docs that Luis mentioned and were wondering why there was no reference to getModel().

The WireBox docs Luis referenced are located here:
http://wiki.coldbox.org/wiki/WireBox.cfm

Thanks!

~Brad