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
![alt](https://i.ibb.co/48QXn7B/Screenshot-2.png)
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**
![alt text](https://i.ibb.co/zrVy7Wt/Screenshot-4.png)
I also tried to create the new component but Ivy cannot find the JavaClass either
![alt text](https://i.ibb.co/cx0C9Dc/Screenshot-3.png)
So in Ivy 8, does HTML Dialogs still support Java Class extended Composite Object ?. In case not, is there any alternative solution ? Thank you.