Answered
Problem Calling Query in Custom Tag
I am using this code to call a custom tag called
broadcast.cfm
<cf_broadcast query="fe" orgID = "4">
The query fe is an included file on my site and is available to the page I'm calling the custom tag from.
In the custom tag I am referencing the query like:
<cfloop query="#attributes.query#">
but I keep getting this error:
"The value of the attribute query, which is currently "fe", is invalid. "
I must be missing something really simple here but can't figure out what.
<cf_broadcast query="fe" orgID = "4">
The query fe is an included file on my site and is available to the page I'm calling the custom tag from.
In the custom tag I am referencing the query like:
<cfloop query="#attributes.query#">
but I keep getting this error:
"The value of the attribute query, which is currently "fe", is invalid. "
I must be missing something really simple here but can't figure out what.
