coldfusionmodel-glue

Model-Glue Beginner Question


I have Model-Glue (& ColdSpring) running in my wwwroot under my project. The problem I have is when I broadcast a message to call a method in my Controller, what happens is another method of the same name in a different folder(different project) gets called. How do i prevent this from happening?


Solution

  • in your coldspring config, set the debug value to true; reload your app; look at the big table of stuff that gets spit out at the bottom of your page. That'll tell you what ModelGlue is doing. It's very helpful for diagnosing behavior such as you describe.