Hello, My application consists of an panel holding an IFrame and another subpanel. The IFrame has a tree as nested component which has a #onTerminalCodeSelection(AjaxRequestTarget target) method which is called when a node gets selected. On selection components which are placed on the subpanel (i.e. outside the IFrame) should be updated within the Ajax-call. The problem is that subpanel and iframe do have two different pages as root container. So when I append a component from the subpanel to the target (which has the IFrame page as page object) nothing happens. Could anybody suggest a smart way to overcome this problem.
Thanks a lot -- View this message in context: http://www.nabble.com/IFrame-and-Ajax-tp20562056p20562056.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
