} else if (propertyClass == Date.class) {
textField = new TextField("propertyValue", new PropertyModel(
entity, propertyCode, propertyClass)) {
static final long serialVersionUID = 200915L;
public IConverter getConverter() {
return new DateConverter();
}
};
textField.setType(Date.class);
} else if (propertyClass == URL.class) {
textField = new TextField("propertyValue", new PropertyModel(