I my case it was the following line in the Main.gwt.xml file: <define-property name="traces" values="true,false"/>
I read somewhere that with this property better stack traces are supplied byt GWT. There were some additional lines but removing this one solved the problem. I had no problem with that in hosted mode but in web mode i got a blank page. On Jun 11, 11:37 am, Stefan Ludwig <[email protected]> wrote: > Hi, > > I have a simple application contains a GXT form panel. When I start > the app inhostedmodeitworksfine. But not in normalmode. > > In Firebug I see, that all files are well loaded (Status 200 OK). When > I check the generated HTML with Firbug, I see that the DIV (my GWT > container) is empty (inhostedmodethe DIV contains some HTML code). > It seems that the entry point doesn't work in "normal"mode. > > Other GWT/GXT appsworksfine. So i think its a configuration issue of > my GWT project, not a installation problem. > > Any ideas? > > Thanks > Steff -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
