<html xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core"> <head> <title>#{msg.hello_title}</title> </head> <body> <h1>#{msg['hello_message']}</h1> <h1> <h:outputFormat value="#{msg.hello_message_p}"> <f:param value="Merhaba" /> </h:outputFormat> </h1> </body> </html>Dosyayı İndir