I want to test the dominoViewGrid.js within an XPage. I create a
with dojoType=“ibm.domino.widget.layout.DominoViewGrid”. When the page is being loaded, Firebug tells me that DominoViewGrid cannot be loaded because “./dojox/grid/Grid.js” cannot be loaded.And indeed, there is not Grid.js at this location.
It seems to me that dojo-1.4.3, which does not have a Grid.js any more, was thrown together with the IBM dojo libraries which were not updated for Dojo 1.4.3 and still require a library not provided any more.
Am I right or missing something?
Thanks