jimmyshoes
Programmer
I'm using cf8
If null is true I thought that the value attribute would be ignored
Yet the following code generates this error
Element ATTRIBUTES.STRCIRCUIT is undefined in ARGUMENTS.
Is this a bug?
Code:
<cfprocparam type="in" null="true" value="#Trim(arguments.attributes.strCircuit)#" cfsqltype="cf_sql_varchar">
If null is true I thought that the value attribute would be ignored
Yet the following code generates this error
Element ATTRIBUTES.STRCIRCUIT is undefined in ARGUMENTS.
Is this a bug?