On Wed, 14 Apr 2010 19:10:10 -0300, Robert Hailey <rob...@cmediacorp.com> wrote:

Well... it's a conglomerate field which is backed by a hibernate pojo
and represents a date range (so it contains two dateFields).

In this case, keep the original id as is and use it as a prefix to the other two dateFields:

String idDateField1 = getClientId() + "-start";
String idDateField2 = getClientId() + "-end";

--
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