The standard JSF converter and validator tags are provided in the JSF Core Library.
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
All supported attributes are shown. Attributes in square brackets ([ ]) are not required. All accepted, predefined attribute values are separated with vertical bars ( | ); the default value is in boldface. For attributes that do not have a fixed set of accepted values, the values are shown in italics.
Tag | Syntax |
---|---|
f:convertDateTime
|
|
f:convertNumber
|
|
Tag | Syntax |
---|---|
f:validateDoubleRange
|
|
f:validateLength
|
|
f:validateLongRange
|
|
Working with Standard JSF Converters and Validators
Copyright © 1997, 2004, Oracle. All rights reserved.