Validators should be added incrementally, not set as a whole
------------------------------------------------------------
Key: TRINIDAD-96
URL: https://issues.apache.org/jira/browse/TRINIDAD-96
Project: MyFaces Trinidad
Issue Type: Improvement
Affects Versions: 1.0.1-core
Reporter: Adam Winer
Assignee: Adam Winer
Currently, the JS validation code builds up some large arrays and sets them as
a whole.
This does not integrate well with PPR - it forces us to walk through the entire
page, without
skipping any components, because we need to make sure we've built up the whole
JS object each time. We should, instead, just overwrite the validators for the
components
that were re-rendered, and leave all others alone and out of it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.