| |||||||
FRAMES NO FRAMES |
Handles setting a Validator instance on a EditableValueHolder. Will wire all attributes set to the Validator instance created/fetched. Uses the "binding" attribute for grabbing instances to apply attributes to.
Will only set/create Validator is the passed UIComponent's parent is null, signifying that it wasn't restored from an existing tree.Tag Information | |
Tag Class | org.apache.myfaces.commons.validator.ValidateDateRestrictionTagHandler |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
for | false | false | java.lang.String | {@inheritDoc} |
invalidMonths | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String[] )
| Specify the month which are invalid for your use case. The attribute takes a whitespace delimited list of months. Possible values are jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec. |
invalidDaysOfWeek | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String[] )
| Specify the weekdays which are invalid for your use case. The attribute takes whitespace delimited list of weekdays. Possible values are sun, mon, tue, wed, thu, fri, sat. |
invalidDays | false | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.commons.validator.model.DateListProvider )
| To specifiy a concrete List of Dates, use the invalidDays attribute and wire it to a DateListProvider implementation. This returns a list of dates, which are invalid. |
summaryMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| alternate validation error summary message format string |
message | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| alternate validation error detail message format string (use 'message' and 'detailMessage' alternatively) |
detailMessage | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| alternate validation error detail message format string (use 'message' and 'detailMessage' alternatively) |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |