| |||||||
FRAMES NO FRAMES |
Evaluate the nested body content of this tag if the specified value is not an appropriate substring of the requested variable.
Matches the variable specified by one of the selector attributes (as a String) against the specified constant value. If the value is not a substring (appropriately limited by the location
attribute), the nested body content of this tag is evaluated.
Tag Information | |
Tag Class | org.apache.struts.taglib.logic.NotMatchTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
cookie | false | true | java.lang.String | The variable to be matched is the value of the cookie whose name is specified by this attribute. |
header | false | true | java.lang.String | The variable to be matched is the value of the header whose name is specified by this attribute. The name match is performed in a case insensitive manner. |
location | false | true | java.lang.String | If not specified, a match between the variable and the value may occur at any position within the variable string. If specified, the match must occur at the specified location (either |
name | false | true | java.lang.String | The variable to be matched is the JSP bean specified by this attribute, if |
parameter | false | true | java.lang.String | The variable to be matched is the first, or only, value of the request parameter specified by this attribute. |
property | false | true | java.lang.String | The variable to be matched is the property (of the bean specified by the |
scope | false | true | java.lang.String | The bean scope within which to search for the bean named by the |
value | true | true | java.lang.String | The constant value which is checked for existence as a substring of the specified variable. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |