RE: strange cfc recursion issue...

2004-01-19 Thread Raymond Camden
As just an FYI, when calling methods inside a CFC, you should NOT use

this.METHOD()

instead, you should use

METHOD()

Why? When you use this.METHOD(), it acts as if you were calling the method
from the outside. That means you will be prevented from calling private
methods.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: strange cfc recursion issue...

2004-01-19 Thread Raymond Camden
Not that it helps much, but I took your same code and had no issues when I
cfdumped the result of getMetaData on an instance of it. You running MX
6.1?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]