This tag library implements the standard JSF core tags.
1.2
2.1
cv
http://myfaces.apache.org/converter
Example components library. Actually it only contains a simple component
This tag creates an instance of the specified ActionListener, and
associates it with the nearest parent UIComponent.
Unless otherwise specified, all attributes accept static values
or EL expressions.
actionListener
org.apache.myfaces.bindingCLV.ActionListenerImplTag
empty
The fully qualified class name of the ActionListener class.
type
java.lang.String
Value binding expression that evaluates to an object that
implements javax.faces.event.ActionListener.
binding
false
javax.faces.event.ActionListener
This tag creates an instance of the specified Converter, and
associates it with the nearest parent UIComponent.
converter
org.apache.myfaces.bindingCLV.ConverterImplTag
empty
The converter's registered ID.
converterId
false
java.lang.String
A ValueExpression that evaluates to a Converter.
binding
javax.faces.convert.Converter
Creates a validator and associates it with the nearest parent
UIComponent. During the validation phase (or the apply-request-values
phase for immediate components), if the associated component has any
submitted value and the conversion of that value to the required
type has succeeded then the specified validator type is
invoked to test the validity of the converted value.
<p>
Commonly associated with an h:inputText entity, but may be applied to
any input component.
<p>
Some validators may allow the component to use attributes to define
component-specific validation constraints; see the f:attribute tag.
See also the "validator" attribute of all input components, which
allows a component to specify an arbitrary validation <i>method</i>
(rather than a registered validation type, as this tag does).
<p>
Unless otherwise specified, all attributes accept static values
or EL expressions.
validator
org.apache.myfaces.bindingCLV.ValidatorImplTag
empty
The registered ID of the desired Validator.
validatorId
false
java.lang.String
A ValueExpression that evaluates to an implementation of
the javax.faces.validator.Validator interface.
binding
javax.faces.validator.Validator