Re: Nested Form Submission

2010-11-08 Thread Thiago H. de Paula Figueiredo
On Mon, 08 Nov 2010 23:19:15 -0200, Taha Hafeez 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

Re: Nested Form Submission

2010-11-08 Thread Taha Hafeez
This is not about what I am trying because if i am convinced that nested form is violating the concept of Component based framework I will start otherwise.. I tried FormFragment but it is not what i want.. What i want is to create a full CRUD component where in a bean can contain a collection. Fo

Re: Nested Form Submission

2010-11-08 Thread Thiago H. de Paula Figueiredo
On Mon, 08 Nov 2010 14:36:37 -0200, LLTYK wrote: How about just using form fragments, they let you selectively send parts of a form (basically partial form submission like you're talking about). I'm guessing they may work for you (or may not, since it hides the inactive parts of the form) b

Re: Nested Form Submission

2010-11-08 Thread LLTYK
How about just using form fragments, they let you selectively send parts of a form (basically partial form submission like you're talking about). I'm guessing they may work for you (or may not, since it hides the inactive parts of the form) but I'm not sure what you are trying to do. -- View this