On Wed, 16 Jun 2010 17:05:29 -0300, Jim O'Callaghan <jc1000...@yahoo.co.uk> wrote:

... in the translator, is there some way I can get access to the relevant entity? I thought all I had access to was the clientValue, which in the case of say a numeric format / address etc.

That's correct. A translator is something that just makes the string <-> value translation for text fields. You should really create a form field component (AbstractField subclass), so you don't even need a translator for it.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, 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