return null;
}
public String buttonAddApplicationCriteria_action() {
Criteria criteria = new Criteria();
criteria.property = "application." +
(String) volunteerApplicationPropertiesList.getSelected();
criteria.operator = (String) dropDownOperator.getSelected();
criteria.value = (String) textValue.getText();
info("you have now " + list.addCriteria(criteria) +