} else if (propertyClass == Long.class) {
textField = new TextField("propertyValue", new PropertyModel(
entity, propertyCode, propertyClass)) {
static final long serialVersionUID = 200912L;
public IConverter getConverter() {
return new LongConverter();
}
};
textField.setType(Long.class);
} else if (propertyClass == Float.class) {
textField = new TextField("propertyValue", new PropertyModel(