Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="ISO-8859-1" ?>
- <!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:f="http://xmlns.jcp.org/jsf/core"
- xmlns:h="http://xmlns.jcp.org/jsf/html"
- xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
- <h:head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
- <title>Primeiro arquivo JSF</title>
- </h:head>
- <body>
- <h2><h:outputText value="Um texto qualquer" /></h2>
- <h2><h:outputText value="#{bean.mensagem}" /></h2>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement