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!
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.