Skip to content

Instantly share code, notes, and snippets.

@sednem
Created October 17, 2013 18:01
Show Gist options
  • Save sednem/7029433 to your computer and use it in GitHub Desktop.
Save sednem/7029433 to your computer and use it in GitHub Desktop.
index.xhtml
<?xml version="1.0" encoding="UTF-8" ?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html">
<h:head>
<title>JSF 2.2</title>
</h:head>
<h:body>
<h:outputText value="#{meuBean.texto}"/>
<h:commandButton value="Blah!" />
</h:body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment