Hi Alex You can maybe use the ValidationTracker of your form, and using the getErors, and finnaly filter the returned list with the the result of the getError(Field field) method (but you have to know all fields of your form).
That's the only solution i see right now. 2012/7/18 Alex Kotchnev <akoch...@gmail.com> > Is there a way to display the non-field specific errors ? t:errors shows > all errors (field and non-field specific) whereas , t:error displays errors > for a specific field. > > The problem is that I want to display the field specific errors next to the > field, and the cross-validation errors at the top of the form. Any tips on > how to do that ? > > Cheers, > > Alex K >