• problems getting m.xsp to work

    By Frank Wiele 1 decade ago

    I've downloaded the latest release 3.2.0 and put MobileControls.nsf, SampleData.nsf and SmapleData2.nsf in the root of our server. If I load .../MobileControls.nsf/m.xsp in Firefox the view loads fine. But if I click on an entry, nothing happens. The according document is not loaded. The entry is highlighted in blue for a second and nothing else happens. Am I missing some settings/ setup steps?

    i.openntf.org works fine. It that version 3.2.0, too? Or an older release?

    • Doc won't open from view m.xsp

      By Phil Smith 1 decade ago

      Hello,

      I have the same problem as Frank described above.

      I downloaded and signed XPages Mobile Controls - opened up m.xsp and that works fine - but when clicking on an entry it just lights up but nothing happens, the document is not shown.

      I' m testing using FFX 3.6.x. And i.openntf.org works fine in the same browser.

      Any help would be greatly appreciated.

      Phil

    • need more info

      By Niklas Heidloff 1 decade ago

      What do you see in Firebug? Are all files loaded? Any errors in the console? Do you have 851 or 852?

      • RE: More Information

        By Frank Wiele 1 decade ago

        Server is 8.5.2 HF 16.

        Nothing shows up on server console.

        Firebug says:

        XSP is not defined
        XSP.partialRefreshGet(contentId, {"...onStart, "onComplete": onComplete});

         

      • Also works for me,thanks !

        By Phil Smith 1 decade ago

        Niklas, thank you very much for your help! 

        The problem is indeed fixed when referencing dojo-1.4.3 in mCojnfigurationNoOffline.

        Thanks again and Merry Christmas,

        Phil

    • 8.5.2 additional setup step

      By Niklas Heidloff 1 decade ago

      when using Domino 8.5.2 in mConfigurationNoOffline you need to change the Dojo references to dojo-1.4.3

      • It works. Thx!

        By Frank Wiele 1 decade ago

        Niklas, thank you very much. Changing the code in the custom control "mConfigurationNoOffline" from

         

         

        to

         

         

        did trick on 8.5.2.

         

        But I think with the next release of Domino this will break again. I guess a generic path to dojo is not available?

      • By osman goncu 10 years ago

        Thanks