[jboss-user] Re: gravel navigation handler and non gravel pages in same appli

samk at twinix.com samk at twinix.com
Mon Jun 23 13:18:03 EDT 2008


See Thread at: http://www.techienuggets.com/Detail?tx=17970 Posted on behalf of a User

It seems that Gravel navigation handler override and doesn't decorate the original navigation handler (the navigation rules in the faces-config.xml).
However using jbpm doesn't mandate using gravel.

Hany Shafik

In Response To: 

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?






More information about the jboss-user mailing list