Does HTML Dialogs support Java Class extended CompositeObject in Ivy 8 ?
In Ivy 7, sometimes I use Java Class as a Caller Data for HTML Dialogs like the following picture, and it used to work perfectly

Then I try to migrate my project to Ivy 8 and I realize that in the components that I am using JavaClass face this error **Process data class 'Class Name' does not exist**

I also tried to create the new component but Ivy cannot find the JavaClass either

So in Ivy 8, does HTML Dialogs still support Java Class extended Composite Object ?. In case not, is there any alternative solution ? Thank you.