Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Blank Page in Hosted Mode but Web Mode works fine

    I tried a lot of solutions to resolve this problem. Deleting IE cache files, looking for not properly ended script tags and similar stuff. Nothing helped.
    Still my application isn't working in hosted mode, but as i stated in title Web mode works perfectly. Another intresting fact is that the same aplication worked fine in hosted mode a day earlier.

    I tried also to run the code on diffrent computer, still no luck.
    I'm using Eclipse 3.3, GWT 1.6.4 with Apliacation Engine and SmartGwt 1.1


    Please help me with this issue, it's pretty annoying.
    I'll provide any info necessery.

    Thank you in advance

    Regards

    #2
    Did you try running the "hello world" sample in hosted mode? Since you said that it was working a day earlier but not now, we have no idea what change you made to cause it to break.

    Comment


      #3
      Sorry i didin't mentioned. The thing is that i changed nothing, and tried to launch hosted mode to see where was i yesterday.

      Here are my gwt.xml contents

      Code:
      <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.6.4//EN" "http://google-web-toolkit.googlecode.com/svn/tags/1.6.4/distro-source/core/src/gwt-module.dtd">
      <module rename-to='fieldtesting'>
        <!-- Inherit the core Web Toolkit stuff.                        -->
        <inherits name='com.google.gwt.user.User'/>
        <inherits name='com.smartgwt.SmartGwt'/>
      
        <!-- Inherit the default GWT style sheet.  You can change       -->
        <!-- the theme of your GWT application by uncommenting          -->
        <!-- any one of the following lines.                            -->
        
        <inherits name="com.smartgwt.SmartGwtNoScript"/>
        <inherits name="com.smartclient.SmartClientDefault"/>
      
        <inherits name="com.smartclient.theme.blackops.BlackOps" />
        
        <!--  			GWT Standard Themes 						  -->
        <!-- <inherits name='com.google.gwt.user.theme.standard.Standard'/> -->
        <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
        <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->
      
        <!-- Other module inherits                                      -->
      
        <!-- Specify the app entry point class.                         -->
        <entry-point class='com.t2t.test.client.FieldTesting'/>
      
      </module>
      And yes, hello world application works fine. I checked it a moment ago.

      One more thing i've my code stored on SVN server so if anyone want to look into it i'll provide address ( better using private message )
      Last edited by WujekLucyfer; 14 Jul 2009, 12:35.

      Comment


        #4
        Sorry for double post, but nothing happened since my last post.

        I tried to debug, the aplication, and compilation seems to run smoothly through all onModuleLoad code.
        I suspect that there is something wrong with injecting application to hosted.html, or something similar. I don't really now how exactly is it working for now.
        Any suggestions where to look further?

        Comment

        Working...
        X