position, "vat"), BigDecimal.ZERO, NumberHelper.HUNDRED) {
@SuppressWarnings({ "rawtypes", "unchecked"})
@Override
public IConverter getConverter(final Class type)
{
return new BigDecimalPercentConverter(true);
}
};
vatTextField.add(new AjaxFormComponentUpdatingBehavior("onblur") {
@Override
protected void onUpdate(final AjaxRequestTarget target)