Your init() method needs to take two arguments:
- ModelGlue - an instance of ModelGlue.unity.framework.ModelGlue
- name - a string that names the controller
The name is optional. You *must* call super.init() in an overridden
init() method, passing at least the ModelGlue framework object -
getBean("ModelGlue").
On 10/30/06, Doug Sims <[EMAIL PROTECTED]> wrote:
I have not had any success at trying to set up a remote facade for any
modelglue unity controllers. I can do it to any of my model cfc's,
just not the controllers.