CFDIV migration CF9 to Lucee 5

Hi

I’m migrating from CF9 to Lucee and I’m stuck with the cfdiv binder, to use the callBindHandlers.

Whats is the exact replace of CallBindHandlers or something similar that helps me?

ColdFusion.Event.callBindHandlers('clienteid',null,'change');

//im trying just chaning ColdFusion to Lucee but callBindHandlers event didn't exist.

Lucee.Events.callBindHandlers('clienteid',null,'change');

//I'm searching for the exact replacement for callBindHandlers, or something similar that helps me.

Somebody help me please.

Without the whole page code, its hard to “guess” what is really going on.

<cfdiv> :: Lucee Documentation for reference.

I have found when moving code from older ACF (8/9/10/11) long term you are better off trying to replace these calls with jquery

My other suggestion is make sure you avoid “NULLS” with Lucee.

yeah, totally avoid all that old bundled cruft, it’s dead simple with jquery

https://static.raymondcamden.com/cfuitherightway/cfdiv/index.html