Attributes |
Name | Required | Request-time | Type | Description |
outcome | true | false | java.lang.String | A comma-separated list of names of outcomes to assign this navigation action to. |
redirect | false | false | boolean | A 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 . |
storeMessages | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| A boolean that specifies whether to store messages in the session for later retrieval across a redirect. |
url | false | false | javax.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. |
viewId | false | false | javax.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. |