Community
Participate
Working Groups
Attribute values that must contain one value of a specified list (in DTD specified as enumerated list) are shown as combo box in the Properties View. Unfortunately, these combo box lists to choose from are always empty. Version: 1.0.0M8 (Reported by Andreas Bartho: http://www.eclipse.org/forums/index.php?t=rview&goto=845161#msg_845161)
We compared apples with pears in WTPVEXValidator.createAttributeDefinition: attribute.getAttrType().equals(CMDataType.ENUM) should be compared instead as attribute.getAttrType().getDataTypeName().equals(CMDataType.ENUM).