1.0
1.2
trinidad demo
http://myfaces.apache.org/trinidaddemo
trinidaddemo
dateField
org.apache.myfaces.trinidaddemo.composite.DateFieldTag
id
false
the identifier for the component
immediate
false
whether the value is converted and validated immediately in the Apply Request Values phase, or in the Process Validators phase.
required
false
whether a non-null, non-empty value must be entered
validator
false
a method reference to a validator method
valueChangeListener
false
a method reference to an value change listener
value
false
the value of the component
rendered
false
whether the bean is rendered. When set to false,
no output will be delivered for this bean.
transient
false
whether the component should have its state saved across requests.
binding
false
a binding reference to store the component instance
convertSSN
org.apache.myfaces.trinidaddemo.convertValidate.ConvertSSNTag
empty
The convertSSN tag converts to/from a social security number.
validatePassword
org.apache.myfaces.trinidaddemo.convertValidate.ValidatePasswordTag
empty
The validatePassword tag checks to see that a password contains at least on number.