message « Form « JSF Q&A





1. JSF 2 : Why the form id prefix in the h:message output?    stackoverflow.com

This should be a simple matter, but annoying. Im currently trying simple validation using required="true"

    <h:form>
        <h:messages globalOnly="true"/>
     ...

2. Form Level Error Messages In JSF    coderanch.com

4. Dispaly "Saving please wait" message when submitting the form    coderanch.com

Hi All, I am developing a from in which when the user submit the form ( using command button or command link) it should save the contents into the database , while the user waiting for saving into the database , i just want to show him something like Saving please wait ( of course all the elements in the form ...