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

Gavin King gavin.king at jboss.com
Wed Oct 25 11:26:07 EDT 2006


  User: gavin   
  Date: 06/10/25 11:26:07

  Modified:    examples/registration/view   register.jsp registered.jsp
  Log:
  fix jspx syntax
  
  Revision  Changes    Path
  1.8       +7 -6      jboss-seam/examples/registration/view/register.jsp
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: register.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/registration/view/register.jsp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- register.jsp	28 Sep 2006 00:25:34 -0000	1.7
  +++ register.jsp	25 Oct 2006 15:26:07 -0000	1.8
  @@ -1,9 +1,10 @@
   <?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:s="http://jboss.com/products/seam/taglib"
  -      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.6       +6 -5      jboss-seam/examples/registration/view/registered.jsp
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: registered.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/registration/view/registered.jsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- registered.jsp	28 Sep 2006 00:25:34 -0000	1.5
  +++ registered.jsp	25 Oct 2006 15:26:07 -0000	1.6
  @@ -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"/>
  @@ -16,4 +17,4 @@
         you are successfully registered as <h:outputText value="#{user.username}"/>.
       </f:view>
     </body>
  -</html>
  +</jsp:root>
  
  
  



More information about the jboss-cvs-commits mailing list