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]
