I'm now using Wicket 1.3.3 but I'm still seeing this behavior, where when my ListView is visited (from Form.loadPersistentFormComponentValues(),) my listView's children is null when it is visited in FormComponent.visitFormComponentsPostOrderHelper().
It is difficult to understand why the ListView has no children at this point, or how to make sure that it has children. On Wed, Jun 11, 2008 at 11:40 AM, Timo Rantalaiho <[EMAIL PROTECTED]> wrote: > On Wed, 11 Jun 2008, nate roe wrote: > > When exactly are ListView children created (or reused)? > > Use the source, Luke! onBeforeRender AFAIK. > > Best wishes, > Timo > > -- > Timo Rantalaiho > Reaktor Innovations Oy <URL: http://www.ri.fi/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
