[jboss-cvs] jboss-seam/examples/numberguess/view ...

Gavin King gavin.king at jboss.com
Wed Oct 25 11:31:13 EDT 2006


  User: gavin   
  Date: 06/10/25 11:31:13

  Modified:    examples/numberguess/view    win.jsp numberGuess.jsp
                        lose.jsp
  Log:
  fix jspx
  
  Revision  Changes    Path
  1.4       +6 -5      jboss-seam/examples/numberguess/view/win.jsp
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: win.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/numberguess/view/win.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- win.jsp	14 Jul 2006 03:05:38 -0000	1.3
  +++ win.jsp	25 Oct 2006 15:31:13 -0000	1.4
  @@ -1,8 +1,9 @@
   <?xml version="1.0"?>
  -<html xmlns:jsp="http://java.sun.com/JSP/Page" 
  +<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" 
         xmlns:h="http://java.sun.com/jsf/html"
         xmlns:f="http://java.sun.com/jsf/core"
  -      xmlns="http://www.w3.org/1999/xhtml">
  +          xmlns="http://www.w3.org/1999/xhtml"
  +          version="2.0">
     <jsp:output doctype-root-element="html"
                 doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
                 doctype-system="http://www.w3c.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
  @@ -18,4 +19,4 @@
         Would you like to <a href="numberGuess.seam">play again</a>?
       </f:view>
     </body>
  -</html>
  +</jsp:root>
  
  
  
  1.5       +6 -5      jboss-seam/examples/numberguess/view/numberGuess.jsp
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: numberGuess.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/numberguess/view/numberGuess.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- numberGuess.jsp	14 Jul 2006 03:05:38 -0000	1.4
  +++ numberGuess.jsp	25 Oct 2006 15:31:13 -0000	1.5
  @@ -1,8 +1,9 @@
   <?xml version="1.0"?>
  -<html xmlns:jsp="http://java.sun.com/JSP/Page" 
  +<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" 
         xmlns:h="http://java.sun.com/jsf/html"
         xmlns:f="http://java.sun.com/jsf/core"
  -      xmlns="http://www.w3.org/1999/xhtml">
  +          xmlns="http://www.w3.org/1999/xhtml"
  +          version="2.0">
     <jsp:output doctype-root-element="html"
                 doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
                 doctype-system="http://www.w3c.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
  @@ -35,4 +36,4 @@
   	  </h:form>
       </f:view>
     </body>
  -</html>
  +</jsp:root>
  
  
  
  1.4       +4 -3      jboss-seam/examples/numberguess/view/lose.jsp
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: lose.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/numberguess/view/lose.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- lose.jsp	14 Jul 2006 03:05:38 -0000	1.3
  +++ lose.jsp	25 Oct 2006 15:31:13 -0000	1.4
  @@ -1,6 +1,7 @@
   <?xml version="1.0"?>
  -<html xmlns:jsp="http://java.sun.com/JSP/Page"
  -      xmlns="http://www.w3.org/1999/xhtml">
  +<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
  +          xmlns="http://www.w3.org/1999/xhtml"
  +          version="2.0">
     <jsp:output doctype-root-element="html"
                 doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
                 doctype-system="http://www.w3c.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
  @@ -14,4 +15,4 @@
       <a href="http://mathworld.wolfram.com/Bisection.html">bisection algorithm</a>.
       Would you like to <a href="numberGuess.seam">play again</a>?
     </body>
  -</html>
  +</jsp:root>
  
  
  



More information about the jboss-cvs-commits mailing list