Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Kai KoenigKai KoenigPriority
MajorNew 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
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Kai Koenig
Kai KoenigPriority
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 19 May 2015 at 21:04
Updated 11 November 2015 at 08:18
Resolved 5 October 2015 at 15:20
Running this works fine:
<:set thisIs = "fun" /> <:dump var=thisIs label="This is my first ever variable dump" />
Replacing the <:dump> with an eval attribute, it breaks:
<:dump eval=thisIs />
Error:
variable [FUN] doesn't exist StacktraceThe Error Occurred in /Applications/lucee-5.0.0.49-express/lucee-server/context/library/tag/Dump.cfc: line 62 60: attrib['label'] = attrib.eval; 61: 62: attrib['var'] = evaluate(attrib.eval, arguments.caller); 63: } 64: called from /Applications/lucee-5.0.0.49-express/webapps/ROOT/2.lucee: line 3