Details
Assignee
Michael OffnerMichael OffnerReporter
Ben NadelBen NadelNew 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
Priority
New
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Ben Nadel
Ben NadelNew 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
Priority
Created 14 March 2021 at 21:14
Updated 2 November 2023 at 10:37
Given a ColdFusion template,
MyTag.cfm
, if you invoke this template using the<CFModule>
tag, callinggetBaseTagList()
from within the template will give you the following:Adobe ColdFusion:
cf_MyTag
Lucee CFML:
cfmodule
Demonstrated in more detail here: https://www.bennadel.com/blog/4007-getbasetaglist-behavior-with-different-coldfusion-custom-tag-invocations-and-engines.htm
This is a very minor issue, specially since calling
getBaseTagList()
from with inCFModule
appears to be quite limited in both ACF and Lucee.