UI-Component Sets
Project Documentation

Summary

Facelet Tag name: <c:set>
Facelet Tag class: org.apache.myfaces.view.facelets.tag.jstl.core.SetHandler
Simplified implementation of c:set Sets the result of an expression evaluation in a 'scope'

Attributes

Name Type Required Description
property String false
scope String false
target String false
value javax.el.ValueExpression false Expression to be evaluated.
var String false 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.