Skip to content

Instantly share code, notes, and snippets.

@teobais
Last active August 29, 2015 14:20
Show Gist options
  • Save teobais/c29acbcab4c63a25af4a to your computer and use it in GitHub Desktop.
Save teobais/c29acbcab4c63a25af4a to your computer and use it in GitHub Desktop.
JSF2 PrimeFaces config
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:p="http://primefaces.org/ui" >
<h:head>
</h:head>
<h:body>
<!--rest of code-->
</h:body>
</html>
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>5.1</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment