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