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]

Reply via email to