Iframe does work but it is not an elegant solution

I guess I would to generate UI based on Javascript and use Wicket only as a 
JSON  Remote datasource for Jquery based widgets.


Thanks for the clarification

-B



----- Original Message -----
From: Dan Retzlaff <[email protected]>
To: [email protected]; bad boy <[email protected]>
Cc: 
Sent: Monday, April 23, 2012 9:28 PM
Subject: Re: how to create DISQUS like web widgets that can be deployed to 
third party web pages

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to