This dialog is used to insert a Struts logic lessThan tag into a JSP page. This tag will evaluate its nested body content only if the requested variable is less than the specified value.
bean/property
The qualified bean or bean property that will be evaluated.
cookie
The name of the cookie that will be retrieved and evaluated.
header
The name of the request header that will be retrieved and evaluated.
parameter
The name of the request parameter that will be retrieved and evaluated.
value
The value that the comparison will be evaluated against.