Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Betty Chen / Betty Chen (Betty Chen)
Created: 03/22/2016
Components: Language
Versions: 2016
Failure Type: Incorrect w/Workaround
Found In Build/Fixed In Build: CF2016_Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 1
Problem Description: After calling the program from CFINCLUDE, the variable value from the parent program became null.
Steps to Reproduce: <cfinclude template="../xyz.cfm"> (there is a variable called translator_id in xyz.cfm
Actual Result:null
Expected Result:some string value
Any Workarounds:Before use cfinclude, add a cfset statement
<cfset translator_id="#translator_id#">
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4131212
External Customer Info:
External Company:
External Customer Name: Betty Chen
External Customer Email:
External Test Config: My Hardware and Environment details: VM server
Attachments:
Comments: