Skip to content

Instantly share code, notes, and snippets.

Created March 11, 2015 23:03
<af:inputText value="#{row.bindings.CustomerMobile.inputValue}"
label="#{bindings.CustomersView11.hints.CustomerMobile.label}"
required="#{bindings.CustomersView11.hints.CustomerMobile.mandatory}"
columns="#{bindings.CustomersView11.hints.CustomerMobile.displayWidth}"
maximumLength="10"
shortDesc="Enter mobile in this format [089xxxxxxx]"
id="it3">
<f:validator binding="#{row.bindings.CustomerMobile.validator}"/>
<f:converter converterId="MobileConverter"/>
</af:inputText>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment