Advertisement
Guest User

Untitled

a guest
Nov 20th, 2010
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.75 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://java.sun.com/jsf/html">
  5.     <h:head>
  6.         <title>Index</title>
  7.     </h:head>
  8.     <h:body>
  9.         <h1>Index</h1>
  10.         <h:form>
  11.             <h:commandButton action="#{testBackingBean.doSameThing}"
  12.                             value="Add message &amp; go to page in this directory" />
  13.             <br />
  14.             <h:commandButton action="#{testBackingBean.doSubThing}"
  15.                             value="Add message &amp; go to page in subdirectory" />
  16.         </h:form>
  17.  
  18.         <h:messages />
  19.     </h:body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement