private static final long serialVersionUID = 1L;
@Override
protected void onSubmit( AjaxRequestTarget target, Form< ? > form ) {
System.out.println("onSubmit of addItemButton");
indexes.add(new FuzzyIndexModel());
target.add(form);
}
@Override
protected void onError( AjaxRequestTarget target, Form< ? > form ) {