Faces Core
Tag resetValues


Reset specific input values. Interpret the value of the render attribute as a space separated list of client identifiers suitable for passing directly to UIViewRoot.resetValues(). The implementation must cause an ActionListener to be attached to the ActionSource component in which this tag is nested that calls UIViewRoot.resetValues() passing the value of the render attribute as the argument.



Tag Information
Tag Classjavax.faces.webapp.UIComponentClassicTagBase
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
rendertruefalsejavax.el.ValueExpression
(must evaluate to java.util.Collection)

Evaluates to Collection<String>. The clientIds of components that will be passed to UIViewRoot.resetValues(). The identifiers must be space delimited. Note: do not use any of the @ keywords such as @form or @this with this tag because UIViewRoot.resetValues() does not descend into the children of the listed components.

forfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

If present, this attribute refers to the value of one of the exposed attached objects within the composite component inside of which this tag is nested.


Variables
No Variables Defined.