The omnifaces.ToUpperCaseConverter is intented to convert submitted String values to upper case
based on current Locale. Additionally, it trims any whitespace from the submitted value. This is useful for
among others zip code inputs.
This converter does by design no conversion in getAsString().
This converter is available by converter ID omnifaces.ToUpperCaseConverter. Just specify it in the
converter attribute of the component referring the String property. For example:
<h:inputText value="#{bean.zipCode}" converter="omnifaces.ToUpperCaseConverter" />
Since OmniFaces 4.5 it's also available by <o:toUpperCaseConverter> tag.
<h:inputText value="#{bean.zipCode}">
<o:toUpperCaseConverter />
</h:inputText>
| Info | Value |
|---|---|
| Converter ID | omnifaces.ToUpperCaseConverter |
| Handler Class | None |
| Description | None |
| Name | Required | Type | Description | No Attributes Defined. |
|---|
Output generated by Vdldoc View Declaration Language Documentation Generator.