<html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core"> <body> <h:form prependId="false"> <h:commandButton action="#{ajaxBean.increase}" value="Say" > <f:ajax execute="@form" render="countId" /> </h:commandButton> <h:outputText id="countId" value="#{ajaxBean.count}" /> </h:form> </body> </html>Dosyayı İndir