n
Tag nav


Specify the navigation target for an action outcome.


Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
outcometruefalsejava.lang.StringA comma-separated list of names of outcomes to assign this navigation action to.
redirectfalsefalsebooleanA boolean that specifies whether to redirect to the target. If a url is given, this attribute may not be specified (since it is implied that this attribute must be true). This attribute defaults to false.
storeMessagesfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean that specifies whether to store messages in the session for later retrieval across a redirect.
urlfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Get the target URL. This attribute may not coexist with the viewId attribute. If neither the viewId or url attributes are given, the outcome will result in staying on the current view.
viewIdfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Get the target view ID. This attribute may not coexist with the url attribute. If neither the viewId or url attributes are given, the outcome will result in staying on the current view.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.