1 Reply Latest reply on Feb 20, 2009 8:50 AM by nbelaevski

    getNavigationRules()

      hi,
      i'm trying to get all navigation rules defined in my faces-config.xml and i'm wondering if richfaces has something similar to myfaces where i can do something like :

      ExternalContext externalContext = FacesContext.getCurrentInstance().getExternalContext();
      RuntimeConfig.getCurrentInstance(externalContext).getNavigationRules();
      

      to get the collection of navigation rules.

      best regards.