On Mon, 08 Nov 2010 23:19:15 -0200, Taha Hafeez <tawus.tapes...@gmail.com> wrote:

What i want is to create a full CRUD component where in a bean can contain a collection. For a simple collection, I can use
a Palette but if the number of fields of the collection object to be
displayed are more than one, i need a crud component for
the collection object inside the outer component.... Form in a form ...

Take a look at BeanEditor: it generates form fields automatically for a given object. BeanEditForm is basically a Form with a BeanEditor inside. You can nest BeanEditors without any problem.

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