You will get a 'method cannot be found' if you are passing invalid
arguments too it, because CF searches for a method with matching
arguments.  You could have 2 functions:

New(int)

And

New(int, int)

Based on if you invoked them as new(2)  or new(2,2), Coldfusion would
pick different ones to execute.  Make sure the arguments you are passing
match what is required for the function! 


Chris Peterson
Gainey IT
Adobe Certified Advanced Coldfusion Developer

-----Original Message-----
From: Bruce Sorge [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 13, 2007 2:04 PM
To: CF-Talk
Subject: RE: Getting error message on one page only

No I am not. And the methods that cannot be found were written last
Thursday. I just moved everything to the test server yesterday and
remembered that I did not check out the specific school sites that I am
looking at today. I just find it strange that some of the methods are
accessible but others on the same page, written on the same day are not.
Strange indeed.

Bruce
-----Original Message-----
From: Dan Vega
Sent: Thursday, September 13, 2007 11:00 AM
To: CF-Talk
Subject: Re: Getting error message on one page only

Bruce,
Are you sure that you are not caching the components in the application
scope? I find that sometime I forget to re instantiate my components
when I add new methods to them.

Dan




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288398
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to