Classic sign that you (or your host) have CFC path caching turned on in the CFAdministrator. Turn that off, clear the template cache, and reinit your apps.
Another possible (but much less likely, given the symptoms) scenario is that both of your applications have the same name (e.g. this.name in App.cfc). On Wed, May 4, 2011 at 4:30 PM, janavarroy <[email protected]> wrote: > Hi, I have two applications working fine in a test enviroment, some > how when I moved them to production they invoke events and views from > the other. Both applications are located in different directories. > They share similar events names, but completely different elements > ( views, controllers, and models ) the problem is that when I call for > instance /app1/?event=welcome loads the view from /app2/? > event=welcome. When I type init=true, that fixes the problem but > makes /app2/?event=welcome to show what /app1/?event=welcome is > suppose to do. Any thought? I checked all the paths and seem to be > correct. Using one App in general is not a problem, the problem start > when jump from one to the other or reload an app. Thanks for any > advice that you can provide me. > > -Jaime > > -- > 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 -- 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
