Hello
I need to create an application which can create dynamic forms based on provided XSD. Can this be done using Dynamic Attributes? Any other suggestions?
Hello
I need to create an application which can create dynamic forms based on provided XSD. Can this be done using Dynamic Attributes? Any other suggestions?
I would recommend creating screens programmatically without using XML descriptors.
See jmix-datatools/EntityInspectorEditor.java as an example.