jstl-core

Tag if

Attributes 
NameRequiredTypeDescription
testtruejavax.el.ValueExpression
(must evaluate to boolean)
The test condition that determines whether or not the body content should be processed.
varfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the exported scoped variable for the resulting value of the test condition. The type of the scoped variable is Boolean.
scopefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Scope for var.