Why does isLocalValueSet() returns true in this case?
问题 Consider the snippet: <f:metadata> <f:viewAction onPostback="true" action="#{simpleBean.action}" phase="PROCESS_VALIDATIONS"> </f:viewAction> </f:metadata> <h:head> <title></title> </h:head> <h:body> <h:form> <h:inputText value="#{simpleBean.inputValue}" binding="#{simpleBean.htmlInputText}" validator="nameValidator" /><br/> <h:commandButton value="Submit" action="#{simpleBean.action}" /> </h:form> </h:body> with view action method just printing the bounded component properties. System.out