Hi! I have a Form whose components are populated using a listView.
Each listView component has a formValidator. Now each time I refresh the listview it is redrawn and all the new validators are newly added to the form in addition to the existing validators (from the previous refresh). For example, the screen has 5 items but when I debug the form I can see 65 validators hanging out there and giving false alarms ;) In my experience I must use listView.removeAll to assure that the listview is re-rendered. modelChanged does not seem to have the desirable effect. What is the proper pattern to clean the form listview validators? ** Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
