On Tue, May 28, 2013 at 11:22 AM, Martin Makundi <
martin.maku...@koodaripalvelut.com> wrote:

> Ajax update might be tricky, it uses component ids.
>

True.
You can override FormComponent#getInputName() to make them stable...


>
> 2013/5/28 Martin Grigorov <mgrigo...@apache.org>:
> > On Tue, May 28, 2013 at 11:00 AM, Ernesto Reinaldo Barreiro <
> > reier...@gmail.com> 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
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to