• Navigator Control won't show up

    By Henning Schmidt 1 decade ago

    I installed the release mentioned above. When I open my applications all my Navigator controls are gone. So I tried to create a new XPage and pulled a Navigator control onto it. I added one entry to the control (pageTreeNode), saved it an previewed it in a browser.  The result: The control won't show up. I can see the controls in designer though.

    Is there a new property I have to set or might it be a bug after all?

    • Could you try demo app and see if it works?

      By Andrejus Chaliapinas 1 decade ago

      Hi Henning,

      Could you try latest demo app XPagesExt.nsf and check if you see its Home page correctly inside your browser with all navigator's items on it, i.e.  Outline & Menu, In Context Editing, In Context Dialog, etc? Those items are all nodes of a navigator control and if you could see them normally inside your browser - then it's something else with your own application and the best way if to send us your .xsp code to take look at.

      • Solved!

        By Henning Schmidt 1 decade ago

        I followed your recommendation and saw all navigators in the XPagesExt.nsf. I then took my application and compared all application settings to those in the XPagesExt.nsf. I set all settings to the same value and voila, my navigator showed up. I then did it backwards to find the setting that made it show up. It was the "Application Theme". In my Application the theme was provided as "OneUIv2.1". The XPagesExt.nsf has it "oneuiv2.1". So it's obiously case sensitive at least for navigators. It wasn't case sensitive in previous ExtLib versions though.

        Anyway, problem solved, thanks!