<anyxmlelement xmlns:f="http://java.sun.com/jsf/core"/>
Info | Value |
---|---|
ID (tag prefix) | f |
URI | http://java.sun.com/jsf/core |
Tag | Description |
---|---|
convertDateTime |
Converts |
convertNumber |
Converts |
param |
A control that adds a parameter to a containing control. |
subview |
A logical container that provides a namespace for the client IDs of the contained
controls. The Children Any. |
validateDoubleRange |
Validator that compares a value against the specified minimum and maximum settings. If the Composite Application Framework application cannot convert the current value to Double, the application throws a ValidatorException. The Double Range Validator is a standard JSF validator. |
validateLength |
Validator that compares a String length against the specified minimum and maximum settings. Validation failure results in a ValidatorException. The Length Validator is a standard JSF validator. |
validateLongRange |
Validator that compares a value against the specified minimum and maximum settings. If the Composite Application Framework application cannot validate the floating point number, or cannot convert a String to a long, the application throws a ValidatorException. The Long Range Validator is a standard JSF validator. |
Output generated by Vdldoc View Declaration Language Documentation Generator.