Sorry for my bad explanation. No the other way around. I have a "dumb" panel which I then replace with the self updating one. The SelfUpdating panel is displayed but it triggers no update of itself. If I just add the self updating panel to the page (no AjaxLink to replace it in) it updates itself.
On Nov 29, 2007 9:37 PM, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > you replace the component that has the updating behavior with another > one that doesnt and then it doesnt update? because the new panel > doesnt have the updating behavior added to it.... > > -igor > > > > On Nov 29, 2007 12:34 PM, Johan Maasing <[EMAIL PROTECTED]> wrote: > > I have a panel that updates regularly like this: > > updatingPanel.add(new AjaxSelfUpdatingTimerBehavior(Duration.seconds(3))); > > > > Now, if I have a page that includes an AjaxLink that does a replace of > > one panel in the page to the panel that have the update behaviour it > > does not update. > > Is this because the replace of one component for another does not > > include the necessary JavaScript för SelfUpdating to work? Is this > > expected? > > > > --------------------------------------------------------------------- > > 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]
