n
Standard Syntax:
<%@ taglib prefix="n" uri="http://gravel.jboss.org/jsf/1.0/navigation" %>
XML Syntax:
<anyxmlelement xmlns:n="http://gravel.jboss.org/jsf/1.0/navigation" />
A tag library consisting of tags that control navigation flow. To use this tag library, you must configure your navigation handler as follows in your faces-config.xml
: <application>
...
<navigation-handler>org.jboss.gravel.navigation.GravelNavigationHandler</navigation-handler>
...
</application>
Tag Library Information |
Display Name | None |
Version | 1.2 |
Short Name | n |
URI | http://gravel.jboss.org/jsf/1.0/navigation |
Tag Summary |
nav | Specify the navigation target for an action outcome. |
Java, JSP, and JavaServer Pages are trademarks or registered
trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 2002-3 Sun Microsystems, Inc.
4150 Network Circle
Santa Clara, CA 95054, U.S.A.
All Rights Reserved.