Re: Wicket widget for deployment to third party site

2012-12-12 Thread Mike Comb
The requirements are pretty simple, the widget will contain a form field or two that will be submitted back to a server via AJAX and present results back to the user on the site hosting the widget. Think of the ubiquitous Twitter or Facebook share widgets as existing similar examples to the fun

Re: Wicket widget for deployment to third party site

2012-12-12 Thread Martin Grigorov
Hi, What are the requirements for this widgets ? Recently another user asked for the same functionality and we realized that there are several limitations, the most important one - CORS. Please create a mini application that shows the requirements and we can try to finish it together. You can put

Wicket widget for deployment to third party site

2012-12-11 Thread Mike Comb
Hi, I have a need to create some javascript based widgets that will be deployed to a variety of websites that are out of my control. I was planning on using one of the existing javascript UI frameworks with json for callbacks to my servers (which are running Wicket for normal consumer facing st