Advertisement
Haifisch7734

JSF

Apr 25th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.56 KB | None | 0 0
  1. <?xml version='1.0' encoding='UTF-8' ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4.      xmlns:h="http://xmlns.jcp.org/jsf/html"
  5.      xmlns:f="http://xmlns.jcp.org/jsf/core">
  6.     <h:head>
  7.         <title>Facelet Title</title>
  8.     </h:head>
  9.     <h:body>
  10.         <f:view>
  11.             <h:form>
  12.                 <h:commandButton value="Wyslij" action="#{EMB.sendMail()}" />
  13.             </h:form>
  14.         </f:view>
  15.     </h:body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement