Well the part that gets me is that it works fine on my dev box. No errors at
all.
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