1 Reply Latest reply on Sep 23, 2013 4:37 PM by nscavell

    There is no page redirection happens when i click on a navigation

    anishantony

      Hi

      I created a Gatein navigation (in GateIn3.6) programatically using following code

       

      Navigation navigation = PortalRequest.getInstance().getNavigation();

      Node home = navigation.getNode(NodePath.path("home"));

      Node child = home.addChild("mynode");

      child.setDisplayName("My Node");

      child.setPageId(new PageId("classic", "mypage"));

      navigation.saveNode(home);

       

       

      But when i mouse over the navigation the navigation cannot appear as link (The mouse cursor not changed to hand cursor). Which result there is no page navigation happens when i click on the link.

       

      regards

       

      Anish Antony