On Fri, 09 Apr 2010 04:57:13 -0300, jaques robert <mondes_englou...@yahoo.fr> wrote:

Another question is how to traduce :
<input type="checkbox" name="selectedDocumentFields" value="${documentField.documentFieldDN}" checked="checked"/>

<input type="checkbox" t:type="checkbox" value="documentField.documentFieldDN"/>

documentField.documentFieldDN should be a boolean property

If documentField.documentFieldDN is true, the checkbox will be rendered checked.

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