Loading items in repeater the facebook/twiiter way

2011-08-31 Thread armandoxxx
Hey guys I need an idea of how to load items in repeater the tiwwter/facebook way. This means that when user scrools down to 80% of the panel, new items are loaded to repeater and so on .. Did any of you guys tried this and how did you do it. Any ideas would be appreciated Regards Armando

Re: Loading items in repeater the facebook/twiiter way

2011-08-31 Thread Hans Lesmeister 2
Hi, Maybe this http://code.google.com/p/jquery-images-ondemand/ and this http://api.jquery.com/scroll/ help - -- Regards, Hans http://cantaa.de -- View this message in context:

Updates on model of FormComponents not being displayed after Ajax call

2011-08-31 Thread Jonas Pohlandt
Hello everyone, in an AjaxFormComponentUpdatingBehavior callback I make some changes to the object which is the target of the CompundPropertyModel of a form. After the changes are made, I add the FormComponents (RequiredTextFields) that are mapped to the changed properties of the model object

Re: Updates on model of FormComponents not being displayed after Ajax call

2011-08-31 Thread Pedro Santos
Hi Jonas, you need to notify those form components about their model value change. e.g. formComponent.modelChanged(); target.add(formComponent); 2011/8/31 Jonas Pohlandt jonas.pohla...@lbi.com Hello everyone, in an AjaxFormComponentUpdatingBehavior callback I make some changes to the object

AW: Updates on model of FormComponents not being displayed after Ajax call

2011-08-31 Thread Jonas Pohlandt
Hi Pedro, just tried that. Unfortunately it did not work. I checked the source: public final void modelChanged() { // Call user code internalOnModelChanged(); onModelChanged(); } Both internalOnModelChanged and

Re: Updates on model of FormComponents not being displayed after Ajax call

2011-08-31 Thread Pedro Santos
FormComponent overrides internalOnModelChanged. I guess the problem is the raw input cache in the form component. Since you changed the model value, you also needs to make sure that this user input cache will be discarded. Try FormComponent#clearInput before add it in the target. 2011/8/31 Jonas

Peculiar Redirect Behaviour

2011-08-31 Thread Frédéric Donckels
This happens with Wicket 1.5 RC7 on Websphere) (it looks, pending further investigations, but Websphere is insanely slow, that it doesn't happen within JBoss or if we use 1.5 RC 5.1) The page object is rendered in a buffered response but when the redirect for the web response is handled the

Re: Peculiar Redirect Behaviour

2011-08-31 Thread Martin Grigorov
2011/8/31 Frédéric Donckels frederic.donck...@gmail.com: This happens with Wicket 1.5 RC7 on Websphere) (it looks, pending further investigations, but Websphere is insanely slow, that it doesn't happen within JBoss or if we use 1.5 RC 5.1) The page object is rendered in a buffered response

Re: Loading items in repeater the facebook/twiiter way

2011-08-31 Thread Igor Vaynberg
https://github.com/reaktor/oegyscroll -igor On Wed, Aug 31, 2011 at 5:13 AM, armandoxxx armando@dropchop.com wrote: Hey guys I need an idea of how to load items in repeater the tiwwter/facebook way. This means that when user scrools down to 80% of the panel, new items are loaded to

MockWebApplication double invocation of cycle.detach()

2011-08-31 Thread CREMONINI Daniele
MockWebApplication calls twice the detach method of cycle. I opened a issue and sent a patch: https://issues.apache.org/jira/browse/WICKET-3994 The solution seems very trivial to me so I ask if it may be verified and eventually scheduled for Wicket 1.4.19. Thanks Daniele

new wicket app going live

2011-08-31 Thread lucast
Dear Forum, A quick note to let you know that next week a new wicket web app is going live. Mater Ecclesia is being built for Turnbull Hall, a busy Glasgow University Catholic Church. Mater Ecclesia is a (social) event management system. It creates (at the moment, only rota) events and invites