I'm using the <f:validateWholeBean>
tag (JSF 2.3) for class-level validation.
The validation is occurring correctly, however, the form data is deleted after the return of the messages with the validation errors.
From what I realized this is the default behavior, but I wanted to know if it is possible to do different, I want the data to remain in the form after the restore view phase. I want the user to see the information that was entered wrong.