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]

Reply via email to