I am using a custom tag and am getting an Invalid CFML Construct error on the following:
Invalid CFML construct found on line 27 at column 10.
26 : <cfscript>
27 : cfparam( 'attributes.action', 'new' );
28 : cfparam( 'attributes.fieldList', '' );
29 : cfparam( 'attributes.return', 'variables' );