Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.57 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.     <h:head>
  6.         <title>WEB APP TEST</title>
  7.     </h:head>
  8.     <h:body>
  9.         <h:form>
  10.             <h:outputLabel value="#{user.msg}"/><br/><br/>
  11.             <h:inputText value="#{user.name}"/><br/>
  12.             <h:commandButton value="Submit" action="#{user.check()}"/>
  13.         </h:form>
  14.     </h:body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement