| |||||||
FRAMES NO FRAMES |
Evaluate the nested body content of this tag if the requested variable is less than the specified value.
Compares the variable specified by one of the selector attributes against the specified constant value. The nested body content of this tag is evaluated if the variable is less than the value.
Tag Information | |
Tag Class | org.apache.struts.taglib.logic.LessThanTag |
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 compared is the value of the cookie whose name is specified by this attribute. |
header | false | true | java.lang.String | The variable to be compared is the value of the header whose name is specified by this attribute. The name match is performed in a case insensitive manner. |
name | false | true | java.lang.String | The variable to be compared is the JSP bean specified by this attribute, if |
parameter | false | true | java.lang.String | The variable to be compared is the first, or only, value of the request parameter specified by this attribute. |
property | false | true | java.lang.String | The variable to be compared 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 to which the variable, specified by other attribute(s) of this tag, will be compared. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |