Re: [CFCDEV] Application CFC Inheritance Problems

2006-11-29 Thread Teddy Payne
Is there a space in the name of the directory BandwidthAssociates? If so, you need to change the name of folder from Bandwidth Associates to BandwidthAssociates. Teddy On 11/29/06, Brent Nicholas [EMAIL PROTECTED] wrote: All - I'm finally learning how to use the 'new' Application.cfc

RE: [CFCDEV] Application CFC Inheritance Problems

2006-11-29 Thread Brent Nicholas
Teddy - No, there is not a space in the folder name. Does it run for you? It should just be a download, drop in place and run situation. Thanks, BNBrent Nicholas - 248.767.5516 - [EMAIL PROTECTED] I can't afford to make exceptions. Once word leaks out that a pirate has gone soft, people

RE: [CFCDEV] Application CFC Inheritance Problems

2006-11-29 Thread Brent Nicholas
Hmmm... weird. I actually had it in wwwroot/BNTesting/BandwidthAssociates/Sales and it would fail. I then moved it directly into the wwwroot and it worked. So I'm guessing the 'extends' attribute would have needed to be: BNTesting.BandwidthAssociates.Application for it to work. Sorry to

Re: [CFCDEV] Application CFC Inheritance Problems

2006-11-29 Thread Teddy Payne
I just dropped it into my web root folder and it worked on the first try. So, my web root on my laptop looks like: C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\ And then I just added: C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\BandwidthAssociates Teddy On 11/29/06, Brent Nicholas