Fixed
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Zac Spitzer
Zac SpitzerLabels
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
Sprint
None
Fix versions
Priority
Created 3 August 2022 at 15:48
Updated 5 May 2023 at 12:52
Resolved 5 May 2023 at 07:43
component { this.a="Main"; function mainTest() { return "main<br>"; } function mainTestx2() { return "maimaninxccd"; } } // sub component component name="MySub" { this.b="Sub"; function subTest() { return "sub1<br>"; } function subTestx() { return "subsub2"; } } // inline cfc = new component { this.b="Sub"; function subTest() { return "sub2<br>"; } function subTestx() { return "subsub2"; } }
amongst other things, this will be quite useful for single file, i.e. trycf examples
https://dev.lucee.org/t/inline-components-in-lucee-6/8499