Isomorphic,
I see a strange behavior when I call validate on ValuesManager. I don't have a datasource attached to forms, its all plain forms. I would like to validate it. When I first validate the forms it shows the errors fine but when I change some value of the form and then invoke validate manually on ValuesManager, some components are not validated. So how do I force complete validation of all values (with latest form values) on subsequent invocation of validate() method.
Thanks.
I see a strange behavior when I call validate on ValuesManager. I don't have a datasource attached to forms, its all plain forms. I would like to validate it. When I first validate the forms it shows the errors fine but when I change some value of the form and then invoke validate manually on ValuesManager, some components are not validated. So how do I force complete validation of all values (with latest form values) on subsequent invocation of validate() method.
Thanks.
Comment