Advertisement
tadeuespindola

antonio-miguel-xhtml-primeiro-jsf

Oct 13th, 2022
1,680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.62 KB | Help | 0 0
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html
  4.    xmlns="http://www.w3.org/1999/xhtml"
  5.     xmlns:f="http://xmlns.jcp.org/jsf/core"
  6.     xmlns:h="http://xmlns.jcp.org/jsf/html"
  7.     xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
  8.     <h:head>
  9.         <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  10.         <title>Primeiro arquivo JSF</title>
  11.     </h:head>
  12.     <body> 
  13.         <h2><h:outputText value="Um texto qualquer" /></h2>    
  14.         <h2><h:outputText value="#{bean.mensagem}" /></h2> 
  15.     </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement