Status/Resolution/Reason: Closed/Won't Fix/
Reporter/Name(from Bugbase): Radek Gruchalski / Radek Gruchalski (radekg)
Created: 12/04/2008
Components: Language
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Major / Unknown
Locale/System: English / Platforms All
Vote Count: 0
Problem:
Instantiating following component:
<cfcomponent>
<cfproperty name="prop1" />
<cfproperty name="prop2" />
<cfset variables.prop1 = "" />
<cfproperty name="prop3" />
</cfcomponent>
Causes following error:
------------------------------------------------------------------
Invalid CFML construct found on line 6 at column 9.
ColdFusion was looking at the following text:
<
The CFML compiler was processing:
< marks the beginning of a ColdFusion tag.Did you mean LT or LTE?
------------------------------------------------------------------
It seems like there can be no other tag between <cfproperty /> tags.
Method:
Create CFC containing the code from the description. Next create following CFM file:
<cfset e = createObject("component", "test") />
Pleace it in the same directory where CFC is.
Run CFM file.
Result:
Invalid CFML construct found on line 6 at column 9.
ColdFusion was looking at the following text:
<
The CFML compiler was processing:
< marks the beginning of a ColdFusion tag.Did you mean LT or LTE?
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3036968
External Customer Info:
External Company:
External Customer Name: Radek Gruchalski
External Customer Email: 1AA041A3445A0A57992015D5
External Test Config: 12/04/2008
Attachments:
Comments: