-
Notifications
You must be signed in to change notification settings - Fork 0
Manual JSF
Erick Nilsen Pereira de Souza edited this page Sep 25, 2015
·
2 revisions
- Crie um Dynamic Web Project chamado MóduloWeb
1.1) Adicione o *.xhtml nos mapeamentos
- Para testar as configurações, crie uma página chamada welcome.xhtml na pasta /WebContent, com o seguinte conteúdo
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
<title>Primeiro Exemplo</title>
</head>
<body>
<h:outputText value="Olá Mundo!" />
</body>
</html>
- Para testar a aplicação, acesse o endereço: