Greetings, What do I need to do to split up the controller.cfc into more manageable "smaller" files. I've attempted several things, but still wind up with the methods not being found in Controller.cfc. Is there anything special that one needs to do to make it recognize subordinate controller files. I've duplicated the <cfcomponent> tag in another .cfc in the controller directory, but didnt work, and I wind up with the following error:
Message The method needGenericAdminForm was not found in component D: \Website\aa\EventManagement\controller\Controller.cfc. Detail Ensure that the method is defined, and that it is spelled correctly. Thanks in Advance, Cliff -- 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
