This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nome=Nome | |
senha=Senha | |
conf.senha=Conf. Senha | |
data.nascimento=Data de Nascimento | |
email=E-mail | |
sexo=Sexo | |
sexo.masculino=Masculino | |
sexo.feminino=Feminino | |
usuario=Usu\u00E1rio | |
cadastrar.usuario=Cadastrar Usu\u00E1rio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package br.ufpe.jsf; | |
import java.io.Serializable; | |
import java.text.MessageFormat; | |
import java.util.ArrayList; | |
import java.util.List; | |
import java.util.MissingResourceException; | |
import java.util.ResourceBundle; | |
import javax.faces.application.FacesMessage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" | |
xmlns:h="http://java.sun.com/jsf/html" | |
xmlns:f="http://java.sun.com/jsf/core"> | |
<h:head> | |
</h:head> | |
<body> | |
<h:form id="formUsuario" prependId="false"> | |
<h:graphicImage id="img" library="default" value="img/livro.png" /> |
OlderNewer