Re: Bookmarklets and GWT

2009-05-29 Thread chickenlives
Anyone have anything on this? I'm trying to do the same (with 1.5) and having no luck. So far I've enabled cross site scripting for my GWT app: add-linker name=xs/ My bookmarklet looks like this: var = function() { var m = document.createElement('meta'); m.setAttribute('http-equiv',

Bookmarklets and GWT

2009-05-07 Thread reddot495
Hi: I am trying to use a bookmarklet to load my GWT application on top of any existing webpage (e.g., http://www.pathf.com/blogs/2007/08/bjax-a-quick-ha/). Because the js created by GWT isn't designed for this (e.g., it assumes onload hasn't happened already), I anticipate this will require