Originally posted by Isomorphic
View Post
Originally posted by Isomorphic
View Post
Originally posted by Isomorphic
View Post
It sounds like we can't use data sources for validation, or at least not optimally for the way our system works (i.e. a system where the server stores the state of all fields).
Perhaps we can provide a standard client side validator which always returned true but also sent our own custom message to the server and in the response we use the setFieldErrors/clearFieldErrors APIs.
But, superficially speaking, if dsRequest.clientContext.fieldName was made publicly available (being null when there is no single field) it would make life a lot easier.
Comment