<html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html"> <head> <title>Hello JSF</title> </head> <body> <h:form> <h1><h:outputText value="#{hello.message}"></h:outputText></h1> Adınız : <h:inputText value="#{hello.personName}"></h:inputText> <br/><br/> <h:commandButton action="#{hello.changeMessage}" value="Selamla"></h:commandButton> </h:form> </body> </html>Dosyayı İndir