Looks like you've got your scoping mixed up. Use the "attributes" scope to reference variables passed in, and the "caller" scope to make variables available to the calling page.
calling page: ------------ <cf_myTag strGene="Fuzzy wuzzy"> <cfoutput>#strReturn#</cfoutput>
myTag.cfm ------------ <cfset caller.strReturn = attributes.strGene & " was a woman?">
hth, Ben
Andrew Dickinson wrote:
" <cf_selectoffices SelectedOfficeID="#attributes.SelectedOfficeID#" Debug="true"> "
The word "attributes" makes no difference.
--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
