I have put together a google gadget for an internal project on a network not connected to the internet. The gadget/portlet container is GateIn which is the Jboss/Exo portal.
When I try to use the built-in method for fetching remote content, gadgets.io.makeRequest, it doesn't work. I am trying to fetch json content from a java servelet (or even a flat file with the same content). The XML tab in firebug reports an XML error:
XML Parsing Error: no element found Location: moz-nullprincipal:{7e9eab45-2f73-476d-9bdb-2370d1534f29} Line Number 1, Column 1:
^
If I instead use jquery, substituting $.get for gadgets.io.makeRequest, it works beautifully.
I have tried many things, but I'm stumped. My gadget is currently based on this example, except the url points to a servlet served by gatein and the json data structure is different. It doesn't matter thought, the data section is not present.