Question
Custom Tag - Strange Error!!!
Hi All,
I've a custom tag.. and inside that I simply wrote up one select query and following that I put one condition like this,
<cfif #qryCustomerSelect.cust_category# neq 5>
//Statements..
</cfif>
And I am getting one strange error stating "qryCustomerSelec.cust_categoryt" is undefined... I tried dumping the query and it worked well..
What I am doing wrong here?...
Any help is greatly appreciated...
Thanks
I've a custom tag.. and inside that I simply wrote up one select query and following that I put one condition like this,
<cfif #qryCustomerSelect.cust_category# neq 5>
//Statements..
</cfif>
And I am getting one strange error stating "qryCustomerSelec.cust_categoryt" is undefined... I tried dumping the query and it worked well..
What I am doing wrong here?...
Any help is greatly appreciated...
Thanks
