Won't Do
Details
Assignee
Michael OffnerMichael OffnerReporter
Pothys - MitrahSoftPothys - MitrahSoftPriority
NewNew 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
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Pothys - MitrahSoft
Pothys - MitrahSoftPriority
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
Created 9 March 2022 at 14:13
Updated 23 September 2022 at 09:24
Resolved 23 March 2022 at 10:00
The component's static variable declared by dot notation loads only on while creating the object to the component. So accessing that static variable before creating the object to the component throws an error like The static member [ DOTNOTATION ] does not exist in the Component [ test.testcases.LDEV3900_.teststa ], only the following static members are available: [ GETSTATICBYSTATIC, INCONSTRUCTOR ]. Seems ACF-2021 works fine in this scenario.
test.cfm
teststa.cfc
Lucee 5.3.9.103-SNAPSHOT
ACF-2021