Programmatic output of a property's constraints
Hi,I am looking for a way to programmatically retrieve the values of a list constraint. The example below tries to do exactly this, but does not work as expected.public List<SelectItem> getStatusValues() { PropertyDefinition pd = getDictionaryServi...