Hi all,
I set up a dependent enumeration like this
'Shipment.customer' : (new my.package.dao.MyDAO()).customers() 'Shipment.zone[customer]': '(new my.package.dao.MyDAO()).zones("@{customer}")'
and I'm able to use this enumeration when building a business rule with guided editor.
The problem comes with using 'Shipment.zone[customer]' enumeration in decision table web guided editor because no editor at all gets displayed for condition or action columns associated to Shipment.zone column.
Am I missing something? Is it a bug? Any workaround?
Thanks,
Daniele