//beanAdapter.setValue("attributeValueBool", Boolean.FALSE);
beanAdapter.setValue(IArticleAttributeModel.PROPERTY_ATTRIBUTE_VALUE_BOOL, Boolean.FALSE);
} else if (attribute.getChoices() != null
&& attribute.getChoices().size() != 0) {
comboBoxes.put(attribute.getAttributeName(),
new JComboBox(new ComboBoxAdapter(attribute
.getChoices(), beanAdapter
//.getValueModel("attributeValue"))));
.getValueModel(IArticleAttributeModel.PROPERTY_ATTRIBUTE_VALUE))));
} else {