I compiled a source like below manually.
cfcompile said ''found invalid CFML construct''
Cannot cfproperty coexist with cfprocessingdirective?
or BUG??
%26lt;cfcomponent output=''false'' name=''propertyTest2''%26gt;
%26lt;cfprocessingdirective pageencoding=''utf-8'' /%26gt;
%26lt;cfproperty name=''aaaa'' type=''string''%26gt;
%26lt;cfscript%26gt;
aaaa = '''';
%26lt;/cfscript%26gt;
%26lt;cffunction name=''bbb'' access=''remote'' output=''false''
returntype=''String''%26gt;
%26lt;cfreturn ''ccc''/%26gt;
%26lt;/cffunction%26gt;
%26lt;/cfcomponent%26gt;cfproperty with cfprocessingdirective...
Pepe.FxUG wrote:
%26gt; or BUG??
looks like a bug.
http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform%26amp;product=12%26amp;6213=6
No comments:
Post a Comment