On Wed, 17 Nov 2004 13:32:54 -0600, Dawson, Michael <[EMAIL PROTECTED]> wrote: > I have a component with a simple getter, objUser.getIdNumber(). This > method returns a numeric value. > > Silly me, I forgot to type the "()" at the end of the method name. I > ran the page and received the following text: > > [EMAIL PROTECTED] > > Is this type of information any use to anyone? Are we closer to having > property methods than we think or am I still just being silly? >
That's just the toString() output of the function pointer, which is essentially what you referred to when you left out the parentheses. You can certainly use function pointers in CFMX, which we do in a couple of our apps. Regards, Dave. ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at [EMAIL PROTECTED]
