Re: Extending Application.cfc using mappings

2008-05-04 Thread Andrew Scott
Bad very bad:-) Your problem is that before the mappings for compents is created, the extends is trying to find that component components.ApplicationCMS. I have falling into this trap, and there is nothing you can do about it. Unless you have your mapping as predefined for the application.

Extending Application.cfc using mappings

2008-05-02 Thread marc --
Hello, I want to extend ApplicationCMS.cfc I have in an off-webroor folder. I am on a shared hosting environment so I want to create my mappings in Application.cfc, not in Cfadministrator. The mappings are not recognized this way. When I create a mapping in the administrator (locally) it works.

Re: Extending Application.cfc using mappings

2008-05-02 Thread marc --
sorry for the double posting - it takes a while before posts get through here so I thought it got lost somehow (or I didn't post at all...). I googled and found this on http://groups.google.com/group/farcry-beta/browse_thread/thread/7ec1c03df22675af suggesting mappings don't work with the

Re: Extending Application.cfc using mappings

2008-05-02 Thread Geoff Bowers
2008/5/3 marc -- [EMAIL PROTECTED]: I googled and found this on http://groups.google.com/group/farcry-beta/browse_thread/thread/7ec1c03df22675af suggesting mappings don't work with the extend keyword. Application Specific Mappings are a furphy and do not work as advertised in CF8. It