jstl-core

Tag set

Attributes 
NameRequiredTypeDescription
varfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the exported scoped variable to hold the value specified in the action. The type of the scoped variable is whatever type the value expression evaluates to.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Expression to be evaluated.
targetfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Target object whose property will be set. Must evaluate to a JavaBeans object with setter property property, or to a java.util.Map object.
propertyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the property to be set in the target object.
scopefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Scope for var.