In my JSF/Facelets app, here\'s a simplified version of part of my form:
In case anyone was curious, I was able to figure this out based on all of your responses combined!
This is in the Facelet:
This is in the continueButton() method:
FacesContext.getCurrentInstance().addMessage("myForm:newPassword1", new FacesMessage(PASSWORDS_DONT_MATCH, PASSWORDS_DONT_MATCH));
And it works! Thanks for the help!