That approach is not a conventional use of Wicket AJAX, and I think it would be very tricky. Can you have your partner host an IFRAME, populated from your site with a Wicket page? That page can then easily host repeaters, AJAX links, and panels.
Dan On Mon, Apr 23, 2012 at 5:42 PM, bad boy <[email protected]> wrote: > Hi all > > I am looking at a scenario where some of my partner web sites would like > to show some panels from my wicket application much like DISQUS or > IntenseDebate. > > My wicket web application would run on my domain. > > My partners page would be on his domain > > The partner would have page with an onLoad(){} javascript script ; I want > to put AjaxBehavior code in this javascript that would call my wicket > application which could send my wicket panel serialized to a string to the > caller javascript . This way the partner web page would be able to display > my wicket panels. My wicket panel would only contain AjaxLinks that would > refresh / redraw the panel as necessary by adding / removing child > components > > Is this possible ? Can I create a AjaxBehavior that can return a Panel > serialized to an HTML string that can be then written to the DOM of the > caller HTML page. > > > Regards > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
