Sorry all, i found the error. The main.gwt.xml needs the following lines, since I was linking externally.
<inherits name="com.google.gwt.core.Core" /> *<add-linker name="xs" /> * On Mon, Mar 16, 2009 at 5:53 PM, raza <raza....@gmail.com> wrote: > > Hello all, > > This may be a newbie question, if so I apologize. > > Im trying to embed javascript generated by GWT in a wordpress page, > but am getting exceptions. The javascript itself is just popping up an > alert box saying hello. > > The exceptions I get are as follows: > > Error: uncaught exception: Permission denied to get property > Window.__gwtstatsEvent > Error: uncaught exception: Permission denied to get property > Window.org_delphinus_noshery_Main > > You can assume that the trivial problems like mistyped URLs etc have > been investigated. The javascript is being accessed, but apparently > getting the window is a problem. The same happens for anything more > complicated (like trying to put a button on the panel etc) > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---