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?



_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to