Faces Core
Tag attributes


Add attributes to the UIComponent associated with the closest parent UIComponent custom action. For each Map.Entry in the Map<String, Object> referenced by the value attribute of this tag, take the following action. If parent.getAttributes().containsKey(entry.getKey()) returns true, take no action for this entry. Otherwise, if entry.getValue() is a ValueExpression call parent.setValueExpression(entry.getKey(), entry.getValue()). Otherwise, call parent.getAttributes.put(entry.getKey(), entry.getValue()).



Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.util.Map)

An EL ValueExpression that evaluates to a Map<String, Object>.


Variables
No Variables Defined.