Title:
Bug 82277:The following code generates an error that I don't know how to get around
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): Andrew Scott / Andrew Scott (Andrew Scott)
Created: 02/27/2010
Components: Language, CFSCRIPT
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 0
Problem:
The following code generates an error that I don't know how to get around.
public void function saveConfiguration(required any componentName, required any object)
{
thread action="run" name="t1" priority="high" {
saveComponent(arguments.componentName, arguments.object);
}
}
The error isApplication: Attribute validation error for the cfthread tag. Thread with name T1 could not be created. Thread names must be unique within a page.
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3041043
External Customer Info:
External Company:
External Customer Name: Andrew Scott
External Customer Email: 3DEA395D4926D3D0992015B9
External Test Config: 02/27/2010
Attachments:
Comments: