I have an h:inputText with an f:convertNumber attached to it. Locale is set to de.
According to the locale, decimal separator is "," and grouping separator is "."
If a user will ...
I have a form with two input fields that have to be validated together. I used this BalusC tutorial as starting point.
The requirement is a logical XOR: one of ...
If in one *.xhtml Page contains more than one <p:panelGrid/> then, only first <p:panelGrid/> is validating and remaining are not.
While saving form except first <p:panelGrid/> items, if other items values ...
When I set required="true" in a <h:inputText>, it still allows blank spaces. I have been trying to modify the jsf-api.jar but I could not understand how to generate new JAR so ...