On Mon, 28 Mar 2011 11:30:29 -0300, Alejandro Scandroli <alejandroscandr...@gmail.com> wrote:

Hi

* The first (and simpler) options is to provide the beanModel via the
model parameter.
beanModel = beanModelSource.createEditModel(entityType, messages);

With this option you can't use the "add", "exclude" or "include"
parameters in the template, if you need to change something you will
have to modify the beanModel in your Java code.

I can't test it now, but providing your own BeanModel doesn't prevent you from using the add, exclude and include parameters at all. It may not make much sense, but I'm sure you can use them.

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