Hello.
I wrote some custom form validator class with IDocumentValidator interface. In validate method I read some attributes via JXPathContext and the adaptor works well when save-trigger is fired for the first time. But if I fire save-trigger once again there is "empty" input document in validate method. Input object was examined without JXPathContext and every attribute in document tree has null value: I see document schema but can't see attribute values.
This option of subsequent validation triggering is very important for me: there some additional activities running through form validation.
Is it normal behaviour of form validation? Or I do something wrong?
Maybe someone have same issue?
Thanks in advance.