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 <emmanuel.de...@atos.net> wrote:
> 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
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to