Hi,

I think you can do that by mouning a custom IRequestMapper which
#mapRequest() returns
org.apache.wicket.core.request.handler.ComponentRenderingRequestHandler

On Tue, Apr 24, 2012 at 3:42 AM, 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]
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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

Reply via email to