Announcement

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

    Problem with SmartGWT mobile on production

    I have big problem with smartGWT.Mobile and I don't know what to do...

    I use:

    1. SmartGWT.Mobile. the latest version(14-04-12) and (14-04-09)

    2. Mobile browsers(Android) or emulation in chrome(android browsers)

    on local machine everything works OK but in production version it doesn't work. give me very strange log in dev console:

    Uncaught TypeError: Cannot set property 'create' of undefined 22AA8EE26EC4AE63C1105A21F728E6E5.cache.html:3115
    tO 22AA8EE26EC4AE63C1105A21F728E6E5.cache.html:3115
    sO 22AA8EE26EC4AE63C1105A21F728E6E5.cache.html:3189
    dz 22AA8EE26EC4AE63C1105A21F728E6E5.cache.html:3118
    Mc 22AA8EE26EC4AE63C1105A21F728E6E5.cache.html:1915
    Pc 22AA8EE26EC4AE63C1105A21F728E6E5.cache.html:2334
    (anonymous function) 22AA8EE26EC4AE63C1105A21F728E6E5.cache.html:2490
    gwtOnLoad 22AA8EE26EC4AE63C1105A21F728E6E5.cache.html:2645
    C mobile.nocache.js:2
    mobile.onScriptLoad mobile.nocache.js:16
    (anonymous function) 22AA8EE26EC4AE63C1105A21F728E6E5.cache.html:3218

    Can you help me?

    #2
    I have got the same question with you, and I was wondering how to exchange data between client and server used on smartGWT.Mobile.
    Last edited by yao912732194; 9 Oct 2014, 21:47. Reason: Error Spelling.

    Comment


      #3
      The problem reported above was fixed June 17th.

      As far as passing data between client and server in general, see the user_guide.txt included with SmartGWT.mobile.

      Comment


        #4
        Hi,there:
        I have tried to used the method DataSource.load, but it comes to another question like this:

        DataSource.load("approvalForm", new LoadDSCallback() {
        @Override
        public void execute(DataSource[] dsList) {
        Window.alert("dsList=="+dsList);
        }
        });

        When I sent a request to server and it responsed, but there is a NullPointException with the 'dsList'. (SmartGWT.mobile).

        Comment

        Working...
        X