Hi,

I have the following panel layout:

SomeOtherPanel
AjaxLazyLoadPanel
        Panel loading with AjaxLazyLoadPanel
                PanelToReplace

I am trying to replace PanelToReplace using replaceWith within 
IndicatingAjaxFallbackLink onClick method but I get the message:
Component '[EmptyPanel [Component id = additionalInfo]]' with markupid: 
'additionalInfo3e' not rendered because it was already removed from page.

Using the same approach, I have replaced SomeOtherPanel which is not inside 
AjaxLazyLoadPanel and it works fine.

So it seems I cannot use replaceWith when the Panel is within AjaxLazyLoadPanel.
Is there an alternative way to do this?

Regards
Vishal
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to