There should be no problem adding a CFC with multiple methods. Is it possible your CFC has an error in it?
The message you got, has empty square brackets []. Normally, if there is an error, the CFCATCH.Detail will be inside the square brackets. What you can try to do on your end is to make a quick modification to a framework file (And put it back when you are done.) Open: /ModelGlue/ModelGlue/gesture/helper/HelperInjector.cfc Remove the try catch blocks around the body of the injectPath() method. You'll get the true error. Post back and let us know what it was... DW On Tue, Nov 8, 2011 at 1:06 PM, Rawlins <[email protected]> wrote: > Hello Guys, > > I've got a library here, single CFC with multiple methods which I was > hoping to drop in as a helper. > > However, it seems that I'm getting an error when a helper CFC has more > than a single method in it, is this correct? > > Couldn't add helper: /helpers/validation.cfc because of this: [] I'm sorry > it didn't work out. > > Any pointers would be appreciated. > > Robert > > -- > Model-Glue Sites: > Home Page: http://www.model-glue.com > Documentation: http://docs.model-glue.com > Bug Tracker: http://bugs.model-glue.com > Blog: http://www.model-glue.com/blog > > You received this message because you are subscribed to the Google > Groups "model-glue" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/model-glue?hl=en -- Plutarch - "The mind is not a vessel to be filled but a fire to be kindled." -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
