}
private void setupValidation() {
validator = new DefaultValidationProcessor(showcaseMessages);
popupDesc = new PopupDescription(showcaseMessages, Location.TOP);
FocusAction focusAction = new FocusAction();
IntegerValidator val = new IntegerValidator(integerPositiveTextBox, 1, Integer.MAX_VALUE, "customNotInRange");
//val.setRequired(false);
validator.addValidators("positiveInteger",