Hi,
i've got a problem with my
test GWT Project,
if i remove all static content from within the body tag, nothing of the rootpanel gets drawn.
It works fine with the static content present in the base html file though.
I might add, that my rootpanel contains a menubar, which is not drawn if the 2 default project
items in the static html file are removed.
(In the below listing, the part between the ' =========================================================').
It seems that GWT javascript does not replace the documents content without those fields.
If its empty, as suggested for a complete dynamic app, the page is blank. By looking at the Page Source, its exactly the content of the static html file.
Can anyone explain what i'm missing here, or how to trigger GWT 2.4.0 to work correctly on an empty body?
Thanks