Cannot Reproduce
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Oliver Neumann
Oliver NeumannPriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 20 April 2017 at 12:59
Updated 28 April 2017 at 04:28
Resolved 28 April 2017 at 04:28
We have Customtags which use the Caller Scope to set Variables in the Caller Template:
Customtag testtemplate:
<cfset caller.myvar = true>
The Template calls the testtemplate with:
<cf_testtemplate>
<cfoutput>#variables.myvar#</cfoutput>
Lucee throws an error:
key [MYVAR] doesn't exist
Interestingly if I place the customtag in the same directory as the template is located. Caller Variable is set. It only happens when the called customtag is located in an additional Ressource.