Does Lucee Support ACF ORM Collection Mapping or are there any alternative ways?

ACF has documentation on collection mapping: https://helpx.adobe.com/coldfusion/developing-applications/coldfusion-orm/define-orm-mapping/advanced-mapping.html.

Our application uses this on ColdFusion and I’m bringing this on Lucee. Lucee simply returns a blank page when any of the properties have fieldtype=“collection” and I had to comment all of them out for the applications to load up, but certain functionalities wouldn’t work.

Does Lucee support this collection mapping in any way?

OS: Windows 10
Java Version: OpenJDK 11.0.7
Tomcat Version: 9.0.35
Lucee Version: 6.0.0.107-SNAPSHOT

Hi,

the tag is supported in Lucee.

I apologize for the lack of any updates.

It turned out that this advanced collecting mapping actually works on Lucee. In my case, there was another issue (This one has to do with the secondary cache) that was causing this mapping to not work. After troubleshooting, I was finally able to narrow it down.

Thank you!