Re: Displaying non-field specific errors

2012-07-20 Thread Alex Kotchnev
Added https://issues.apache.org/jira/browse/TAP5-1978 On Fri, Jul 20, 2012 at 12:22 PM, Kalle Korhonen wrote: > Alex, might be worth logging an issue for your use case. The current > interface is annoyingly lacking a bit of information to easily achieve > this. > > Kalle > > On Fri, Jul 20, 201

Re: Displaying non-field specific errors

2012-07-20 Thread Kalle Korhonen
Alex, might be worth logging an issue for your use case. The current interface is annoyingly lacking a bit of information to easily achieve this. Kalle On Fri, Jul 20, 2012 at 8:25 AM, Emmanuel DEMEY wrote: > Hi Alex > > You can maybe use the ValidationTracker of your form, and using the > getEr

Re: Displaying non-field specific errors

2012-07-20 Thread Emmanuel DEMEY
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