inputtext « validation « JSF Q&A





1. jsf inputText and validateRegexPatter    stackoverflow.com

i want to display the label attribute in the message:

    <h:inputText id="email" label="#{sW.email}" value="#{contattiBean.contatto.email}"
               ...

2. How to forbid grouping separator for h:inputText?    stackoverflow.com

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 ...

3. Error validating two inputText fields together    stackoverflow.com

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 ...

4. Inside JSF inputText values are not validating    stackoverflow.com

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 ...

5. Why does allow blank spaces?    stackoverflow.com

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 ...

6. Server side validation of inputText    coderanch.com

7. Validation issues for h:inputText    coderanch.com

8. inputText : Validator    coderanch.com