Ok, I'll try to explain myself a little better.

Im using the tabs from extensions, tabs require that what you work with are panels (otherwise I would have done this with pages).

So some of my tabs have a certain flow. Inorder to create that flow I have to replace panels along the way, for example start with the search panel, then replace the search panel with the edit panel.

However wicket complains that you cant add the panel via ajax with being attached to a page, and since im replaceing not adding this cant be done?

Am I using a wrong approach on this?

regards Nino

Nino Saturnino Martinez Vazquez Wael wrote:
Hi

I have a panel I want to replace by another panel via ajax. However when trying to replace the panel I get this message:

WicketMessage: This component is not (yet) coupled to a page. It has to be able to find the page it is supposed to operate in before you can call this method (Component#getMarkupId)

What should I do to avoid this?

regards Nino



---------------------------------------------------------------------
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