Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ValuesManager and hidden form items

    DynamicForm has a method
    Code:
    public native Boolean validate(boolean validateHiddenFields)
    but ValuesManager does only have the
    Code:
    public native Boolean validate()
    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?
Working...
X