Hi, I have a problem to replace a panel with Ajax, I use a AjaxLink to replace a panel on the other, as follows.
Component current = this.getParent(); current.replaceWith (editorPanel); target.add (editorPanel); The problem I have it because it makes a call undue page builder. Thing I do not want to happen, first because it fails to receive the parameter that was receiving that page and second because even if it worked, would unduly penalize performance. Does anyone know why this call is made? A greeting and thanks advanced. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Performance-replace-panel-with-AjaxLink-tp4658473.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org