String rolesInput = rolesChoiceField.getInput();
if (rolesInput != null && (!"".equals(rolesInput)))
{
if ("".equals(rolesSetNameField.getInput()))
{
rolesSetNameField.error((IValidationError)new ValidationError()
.addMessageKey("error.noSetNameForRoles"));
}
}
}
});