there is an article on wicketinaction.com about ajax repainting only new items in a repeater..
-igor On Wed, Feb 18, 2009 at 9:24 AM, Matej Knopp <[email protected]> wrote: > Well, it requires bit of custom javascript (to detect scrolling offset > and determine if new content needs to be fetched) and bit of wicket > knowledge (to add new components to repeater, render them and insert > to page). > > -Matej > > On Wed, Feb 18, 2009 at 6:23 PM, Igor Vaynberg <[email protected]> > wrote: >> thoof.com used to do this for its articles. maybe matej can comment on >> how it worked. >> >> -igor >> >> On Wed, Feb 18, 2009 at 3:59 AM, nino martinez wael >> <[email protected]> wrote: >>> Im not sure how this could work with wicket, I think wicket always renders >>> the full page.. You can lazyload things, or postpone them until a certain >>> event, for example like the mootip ajax tooltips.. >>> >>> Partial loading of the web page, im not so sure about... I guess its another >>> way of doing pagination, at least in the DNS pinger example ( >>> http://www.webresourcesdepot.com/dnspinger/ ) .. >>> >>> 2009/2/18 Alex Objelean <[email protected]> >>> >>>> >>>> There is an interesting article about some fancy ajax stuff. Here is the >>>> article: >>>> http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/ >>>> >>>> I am curious about how this could be done "the wicket way". >>>> I hope, we'll end up with an interesting thread :)... >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/Load-content-while-scrolling-tp22075428p22075428.html >>>> Sent from the Wicket - User mailing list archive at Nabble.com. >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
