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]

Reply via email to