[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: [Databinding] Problem with AggregateValidationStatus

Comments below.

My guess is that because you are using MAX_SEVERITY you might not be editing the field that has the current max severity, (i.e. you are editing a field with a lower severity validation status.

It doesn't work whatever text field I edit. handleChange is called once and after that not anymore.
And even when using MERGED I get the same behavior.
What do I have to do that handleChange method is called everytime the text field is modified?



That leads me to my next question? I want to listen to whenever a validate method of the above added validator's was called. I need it to setPageComplete of a WizardPage (as all text fields together have an influence on that).

Have you tried WizardPageSupport.create(DataBindingContext, WizardPage)?

Sounds ok, but it does also some things I don't like (updates the error message). Also there are several other cases I need the AggregateValidationStatus to work.
Any suggestions?


By the way I am using Eclipse 3.5M5.

Kai