0 Replies Latest reply on Nov 14, 2007 10:39 AM by neville.sequeira

    gravel navigation handler and non gravel pages in same appli

    neville.sequeira

      In trying to use gravel in my project (on accord of wanting to use jBPM), I see that if I add the following to my faces-config.xml, the existing links on pages in my application do not navigate to their destinations. Clicking the links makes the user stay on the same page on which the link is clicked. By the way, these links are bound to methods in our application specific backing bean classes as oppossed to using gravel's n:nav in the xhtml page itself.

      <navigation-handler>org.jboss.gravel.navigation.GravelNavigationHandler</navigation-handler>


      If we want to use gravel's said navigation handler (because we want to use gravel's 'n' tag library), are we constrained to use gravel's n:nav tag throughout the application? Or is there a known work around?