Re: lazily loading sublist on vertical scroll?

2010-03-03 Thread Riyad Kalla
hahah, that's an awesome URL service.

On Wed, Mar 3, 2010 at 10:49 AM, Igor Vaynberg  wrote:
> the mentioned article is here:
>
> http://5z8.info/freeanimalporn.com-start-download_e6r5o_worm.exe
>
> or you can go to wicket in action and put "ajax listview" in the search box.
>
> -igor
>
> On Wed, Mar 3, 2010 at 9:32 AM, Nikita Tovstoles
>  wrote:
>> Hi,
>>
>> We have a listView that may contain 100s of rows. Instead of introducing a
>> pager, we'd like to:
>>
>>   - initially load some subset of size N rows
>>   - load (and display) additional rows in N increments as user scrolls down
>>   - bonus pts: for dropping least recently loaded rows
>>
>>
>> Several sites do this with JS (or even JQuery, I believe). I am guessing
>> this could be done with a Behavior and a PageableListView but would
>> appreciate some pointers or an example.
>>
>> the link below mentions an article on wicketinaction.com, but I couldn't
>> find it:
>> http://mail-archives.apache.org/mod_mbox/wicket-users/200902.mbox/<499c6f80.2030...@gmail.com>
>>
>> thanks a lot,
>>
>> -nikita
>>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: lazily loading sublist on vertical scroll?

2010-03-03 Thread Don Ferguson
That file appears to be windows specific.  Could you supply a mac  
version :-).


On Mar 3, 2010, at 9:49 AM, Igor Vaynberg wrote:


the mentioned article is here:

http://5z8.info/freeanimalporn.com-start-download_e6r5o_worm.exe

or you can go to wicket in action and put "ajax listview" in the  
search box.


-igor

On Wed, Mar 3, 2010 at 9:32 AM, Nikita Tovstoles
 wrote:

Hi,

We have a listView that may contain 100s of rows. Instead of  
introducing a

pager, we'd like to:

  - initially load some subset of size N rows
  - load (and display) additional rows in N increments as user  
scrolls down

  - bonus pts: for dropping least recently loaded rows


Several sites do this with JS (or even JQuery, I believe). I am  
guessing

this could be done with a Behavior and a PageableListView but would
appreciate some pointers or an example.

the link below mentions an article on wicketinaction.com, but I  
couldn't

find it:
http://mail-archives.apache.org/mod_mbox/wicket-users/200902.mbox/<499c6f80.2030...@gmail.com 
>


thanks a lot,

-nikita



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: lazily loading sublist on vertical scroll?

2010-03-03 Thread Igor Vaynberg
the mentioned article is here:

http://5z8.info/freeanimalporn.com-start-download_e6r5o_worm.exe

or you can go to wicket in action and put "ajax listview" in the search box.

-igor

On Wed, Mar 3, 2010 at 9:32 AM, Nikita Tovstoles
 wrote:
> Hi,
>
> We have a listView that may contain 100s of rows. Instead of introducing a
> pager, we'd like to:
>
>   - initially load some subset of size N rows
>   - load (and display) additional rows in N increments as user scrolls down
>   - bonus pts: for dropping least recently loaded rows
>
>
> Several sites do this with JS (or even JQuery, I believe). I am guessing
> this could be done with a Behavior and a PageableListView but would
> appreciate some pointers or an example.
>
> the link below mentions an article on wicketinaction.com, but I couldn't
> find it:
> http://mail-archives.apache.org/mod_mbox/wicket-users/200902.mbox/<499c6f80.2030...@gmail.com>
>
> thanks a lot,
>
> -nikita
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



lazily loading sublist on vertical scroll?

2010-03-03 Thread Nikita Tovstoles
Hi,

We have a listView that may contain 100s of rows. Instead of introducing a
pager, we'd like to:

   - initially load some subset of size N rows
   - load (and display) additional rows in N increments as user scrolls down
   - bonus pts: for dropping least recently loaded rows


Several sites do this with JS (or even JQuery, I believe). I am guessing
this could be done with a Behavior and a PageableListView but would
appreciate some pointers or an example.

the link below mentions an article on wicketinaction.com, but I couldn't
find it:
http://mail-archives.apache.org/mod_mbox/wicket-users/200902.mbox/<499c6f80.2030...@gmail.com>

thanks a lot,

-nikita