[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: [DataBinding] hibernate+spring+eclipse+databinding, viewing validation errors similar to ProblemView in the ide - design help needed

You list [DataBinding] in the subject line but I'm not sure you're question is in reference to data binding. Do you have a question specific to data binding or is it more in general how would you integrate it? It sounds like you have the change events to provide notifications of changes in errors. If looking for a way to aggregate the errors from multiple DataBindingContexts you could use UnionSet. You could then use that set as the input for a viewer.

-brad