* [EMAIL PROTECTED]:
> Author: ivaynberg
> Date: Wed Dec 13 17:16:54 2006
> New Revision: 486921
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=486921
> Log:
> WICKET-150: javadoc hook to wicket.markup.repeater
> 
> Modified:
>     
> incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/list/ListView.java

> + * <strong>WARNING:</strong> though you can nest ListViews within Forms, you
> + * HAVE to set the optimizeItemRemoval property to true

I think optimizeItemRemoval has been renamed to reuseItems.  Maybe
we should reflect that in the doc.

And also mention that although it's  possible to use ListView in a
Form,  one  could  get  unexpected  behavior  when  modifying  the
ListView  structure (because  of the  id generation  based on  the
position).
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

Reply via email to