DynamicForm has a method
but ValuesManager does only have the
This means that validating through the ValuesManager will always return false for hidden fields with errors. Is there any way tell the ValuesManager not to check hidden fields?
Code:
public native Boolean validate(boolean validateHiddenFields)
Code:
public native Boolean validate()