This dialog is used to insert a Struts logic match tag into a JSP page. This tag will evaluate its nested body content only if the specified value is an appropriate sub-string of the requested variable.
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.
location
The location at which the match should occur, or any location if not specified.