• Problem with dojo IO Pipelines in combination with xe:namepicker

    By Georg Kastenhofer 9 years ago

    Hi all,

    i have a big

    problem using dojo IO Pipelines in combination with ExtLib Controls (e.g. xe:namepicker) in Domino 9.0.1 FP3.

    First of all here my XPage code for the following two scenarios:


    dojo.subscribe(“/dojo/io/start”, function(data){

    console.log(“triggered on/dojo/io/start channel”);

    });

    dojo.subscribe(“/dojo/io/stop”, function(data){

    console.log(“triggered on/dojo/io/stop channel”);

    });


    ~

    Scenario
    1 (my XPage without xe:namepicker):

    Click on
    the button “Partial Refresh” results in the following output (on Firebug console):

    All works
    perfect!

    ** Scenario 2 (my XPage including a xe:namepicker):**

    Click on the button “Partial Refresh” results in the following output (on Firebug console):

    As you can see, there is no output (/dojo/io/…) on the firebug console.


    Both scenarios
    are working perfect in Domino 8.5.3 FP6 + Lotus Domino Upgrade Pack.

    Any hints/advices how to solve this problem?

    Thanks in advance

    Georg

    • By Georg Kastenhofer 9 years ago

      Sorry, it seems that some of the XPages code I have posted under the headline

      First of all here my XPage code for the following two scenarios

      is disappeared?

      For further information see:

      http://stackoverflow.com/questions/29283020/xpages-dojo-io-pipelines-in-combination-with-extlib-xenamepicker

      • By Georg Kastenhofer 9 years ago

        Just now I have installed the new version of Extension Library 9.0.1 (20150311) and in addition to xe:namepicker i also tested with xe:valuePicker resulting in the same troubles…it seems to be a general problem with the Extension Library itself