Hi, sorry I'm new to wicket and was wondering if the following is possible.
I am stuck with putting up a webapp on IIS and I am only able to use HTML/javascript. We were planning on implementing services in JBoss and creating restfull services to send data to the front end. I don't really want to build the front end in IIS because we don't have control over the box. Updating it will be a time consuming process. I wanted to know if we could have the javascript call a Wicket Component (to display...say a Panel) with all that I care about. This would keep the web page pretty much static while we could change the content on the JBoss end. I have been playing around with wicketAjaxGet that is provided in wicket-ajax.js but haven't been able to get it to work. Has anyone done anything similar? If not I am open to suggestions. If someone knows how to do this and can provide a small example that would be great.
