actually i have the elegant solution for your problem in 6.x ,i didn't
recommend it before because you are on 1.4

i wrote Quickview and QuickGridView ,the whole project is available at
https://github.com/vineetsemwal/quickview including examples.

the way of using QuickView is almost like DataView
the way of using QuickGridView is almost like Gridview

what they offer is they can add/remove new items/rows without the need
to repaint the whole repeater.i have written a navigator and a scroll
behavior for that so on demand/scroll you can add new rows.this in
working is like how
new rows are added on demand/scroll in social networking sites.a user
practically doesn't have to learn anything.

the problem is i don't want to port/support any version less than 6.x

On Fri, Sep 28, 2012 at 8:34 PM, lukuperman <lukuper...@hotmail.com> wrote:
> Hi Vineet. I knew someone would ask. Lots of components right? Yes, I agree.
> The component tree is giving us a hard time with performance in general
> (around 5 minutes to process) and stack overflows when serializing, etc. But
> focusing back to my original question, unfortunately the business
> requirement remains. Pagination is not allowed. The page is currently loaded
> at once, but lazy loading is certainly an option if end result is the same.
> I'll search for ajax scroll behaviors. If you happen to have used something
> like that with Wicket and have a link handy, it would be appreciated.
>
> Thanks for contributing on my thread
>
> Lucas Kuperman
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Centralizing-ajax-inline-javascript-tp4652499p4652505.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
regards,

Vineet Semwal

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

Reply via email to