Why can I not get the submitted value from component binding?
问题 In register.xhtml page, I have 2 inputText components for password and confirm password as following: <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" xmlns:p="http://primefaces.prime.com.tr/ui" xmlns:f="http://java.sun.com/jsf/core"> <h:form> <h:outputText style="font-weight: bold" value="Password: " /> <p:password feedback="true" minLength="9" binding="#{mrBean.passwordComponent}" id="password" value="#{mrBean