You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by noppy-flex <no...@gmail.com> on 2008/11/18 16:43:01 UTC

IFrame and Ajax

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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: IFrame and Ajax

Posted by Jeremy2009 <js...@gmail.com>.
Hi,

Did you ever solve this?

Many thanks for your time.
Jeremy

noppy-flex wrote:
> 
> 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-tp20562056p23709357.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org