Project Documentation

Summary

Tag name: <t:jsValueSet>
UIComponent class: org.apache.myfaces.custom.jsvalueset.HtmlJsValueSet
Tag class: org.apache.myfaces.custom.jsvalueset.HtmlJsValueSetTag
Component type: org.apache.myfaces.HtmlJsValueSet
Component family: javax.faces.Output
Renderer type: org.apache.myfaces.JsValueSet
Renderer class: org.apache.myfaces.custom.jsvalueset.HtmlJsValueSetRenderer

Setting a value from the model in java-script so that it can be used (e.g. by the value change listener) afterwards. Unless otherwise specified, all attributes accept static values or EL expressions.

Attributes

Name Type Supports EL? Description
name String Yes javascript variable to be set.
value Object Yes value to be set in the variable.