Is there any component that does handle validation errors similarly to ASP.NET’s ValidationSummary control in flex? (See screenshot)
alt text http://i.msdn.microsoft.com/ms972961.pdc_userinput_fig2(en-us,MSDN.10).gif
Component should really only display all the errors for the validator it watches.
I’m convinced I already used it but I was unable to find it anywhere in the doc.
Well, I achieved the results I was expecting with a bit of work.
Sharing in the event that somebody has the same needs that I had ;-):
And thats pretty much it.