| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | None |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
converter | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter )
| Converter instance registered with this component. |
converterMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter. |
default | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| An EL expression that will be used as the default value, if no value is given. |
name | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of the request parameter to read. |
required | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Flag indicating that the user is required to provide a value for the corresponding request parameter. |
requiredMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A ValueExpression enabled attribute that, if present, will be used as the text of the validation message for the "required" facility, if the "required" facility is used. |
target | true | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The target expression into which the value will be stored. |
validatorMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |