Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Michael OffnerMichael OffnerNew 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
Sprint
NoneFix versions
Priority
New
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Michael Offner
Michael OffnerNew 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
Sprint
None
Fix versions
Priority
Created 18 June 2021 at 16:16
Updated 18 June 2023 at 16:50
Resolved 2 March 2022 at 10:05
it should be possible to define a onmissingKey listener for structs the following way
var sct=structNew(onMissingKey:function(key,data){ return ""; }); dump(sct.sdkjshdnkls);