On Fri, 09 Apr 2010 18:28:32 -0300, JayeshU <jaye...@yahoo.com> wrote:

I couldn't find any equivalent in tapestry5.
Tapestry 5 validator returns List<String> getErrors(); But then there is no way to link these error messages to the actual fields which are in error.

What about using String getError(Field field) in ValidationTracker? It's not elegant, but at least you can try to match fields to their error messages.

I need to follow company's web standards which mandates to provide <anchor> links to errornous fields.

This seems to be a nice feature to be added to Tapestry itself. Please file a JIRA about it.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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

Reply via email to