Is there any way of adding a Validator to the last page in ControlsFX Wizards?
I am currently using the following on the last page :
public void onEnteringPage(Wizard wizard) {
wizard.getValidationSupport().registerValidator(cb,
Validator.createEmptyValidator("The instance field is mandatory"));
But since this is the last page I am still able to click finish when the cb(choice box) is empty.