Enumeration in webapps
A webapp Page (v5 compatibility), Combo box input -> advanced settings Initialization: "Automatic via an enumeration" suggest we can use enumerations defined outside the webapp to populate a select element in our webpage's HTML.
Elements in schemas can use enumerations defined in the schema using attribute
enum="enumName"
Or, enum defined in different schema
enum="cus:schemaName:enumName"
Or, using a database enum
dbEnum="enumName"
However the settings for the combo box have a field "Enumeration Xpath", and however I write the reference to my enum, the select-element remains unpopulated.
The enum is of type system, and is working in inputforms using dbEnum="enumName" attribute. Can anyone share some light on how this is supposed to work, please?