To add the to OUTPUT dilemma, keep in mind that it's a three-way attribute, not a boolean, and has some other werid quirks:
- if missing, the function body will be output (according to the rules of your application) with no modifications.
- if TRUE, the function body will be output (according to the rules of your application with hashes rendered as if inside a CFOUTPUT tag.
- if FALSE, the function body will emit no content
This is true in CFMX but not in BlueDragon - BD treats the "missing" case just like the "false" case (which I actually think makes more sense). Therefore it is important to be explicit and always specify output= (and usually specify output="false" unless you have a method that is a display method which would need output="true").
Regards, Sean
---------------------------------------------------------- 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 www.mail-archive.com/[EMAIL PROTECTED]