On Friday, 03 June, 2011 10:42 PM, Xybrek wrote:
Hi,
When I load a URL into a 'Frame' widget and from there click some web
links I can see 'GET' Method showing in Eclipse' console window. So with
this I have place GWT.log to see if I can catch it from here:
Frame myframe = new Frame("some_url_h
Hi,
When I load a URL into a 'Frame' widget and from there click some web
links I can see 'GET' Method showing in Eclipse' console window. So with
this I have place GWT.log to see if I can catch it from here:
Frame myframe = new Frame("some_url_here");
myframe.addLoadHandler(new LoadHandler(