On Tue, 10 Jun 2008, nate roe wrote: > I have a form with several components. Some components are within a > ListView. Cookie value persistence does not appear to be loading values for > components in the ListView. I have a breakpoint in > Form.loadPersistentFormComponentValues(...) at line 261: > > if (formComponent.isVisibleInHierarchy() && > formComponent.isPersistent()) > > This line is never executed for FormComponents within my ListView.
Have you set ListView.setReuseItems(true) ? http://cwiki.apache.org/WICKET/listview-and-other-repeaters.html#ListViewandotherrepeaters-Usingformcomponentsinarepeater 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]
