/**
         * If true, re-rendering the list view is more efficient if the window
         * doesn't get changed at all or if it gets scrolled (compared to 
paging).
         * But if you modify the listView model object, than you must manually 
call
         * listView.removeAll() in order to rebuild the ListItems.
         * If you nest a ListView in a Form, ALLWAYS set this property to true, 
as
         * otherwise validation will not work properly.
         */
        private boolean optimizeItemRemoval = false;

Juergen

On 11/2/05, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
> Did you take a look at wicket-examples already? Compared to what is
> explained on the page you pointed to, it is very easy in Wicket and
> IMO much more flexibel.
>
> Juergen
>
> On 11/2/05, Laurent PETIT <[EMAIL PROTECTED]> wrote:
> > On 11/2/05, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> > > That's easy to do in Wicket. You can nest anyway you want in your
> > > forms, including using listviews (though don't forget to set the
> > > optimizeItemRemoval property to true).
> >
> > I'll try to redo the struts monkey example in wicket, in order to
> > really feel what it is like doing it with Wicket.
> >
> > By the time : I don't really like the name of the
> > setOptimizeItemRemoval method, if I must use this method not only for
> > optimization concerns, but also for functional concerns.
> > Having a key feature of the view of my application relying on an
> > optimization algorithm (as the name of the property implies) isn't
> > appealing to me.
> >
> > For the moment I don't have anything better to suggest, I'm just with
> > that feeling that playing with optimization properties in order to
> > allow Form nesting sounds more like a "trick" than like a core feature
> > ....
> >
> > --
> > Laurent
> >
> >
> > -------------------------------------------------------
> > SF.Net email is sponsored by:
> > Tame your development challenges with Apache's Geronimo App Server. Download
> > it for free - -and be entered to win a 42" plasma tv or your very own
> > Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to