On Tue, May 28, 2013 at 11:00 AM, Ernesto Reinaldo Barreiro < [email protected]> wrote:
> Hi Martin, > > Martin Makundi wants to rebuild the ListView items when the form is > > submitted. > > I.e. the form components will be created and then the form processing > will > > proceed. > > > > Yes, I understand that. But my point would match the info coming from > client with new component tree being created? i.e. will listview recreate > everything in a way making request post data consistent with new created > components? > The new component sub-tree that will be created will be the same as the one that has been removed in the previous request #detach(). I think it should work. > > Cheers, > > Ernesto Reinaldo Barreiro >
