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

Gavin King gavin.king at jboss.com
Thu Jul 13 14:09:09 EDT 2006


  User: gavin   
  Date: 06/07/13 14:09:09

  Modified:    examples/registration/view   register.jsp registered.jsp
  Log:
  use xml jsp
  
  Revision  Changes    Path
  1.4       +12 -4     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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- register.jsp	5 Jun 2006 01:30:46 -0000	1.3
  +++ register.jsp	13 Jul 2006 18:09:09 -0000	1.4
  @@ -1,6 +1,12 @@
  -<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
  -<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
  -<%@ taglib uri="http://jboss.com/products/seam/taglib" prefix="s" %>
  +<?xml version="1.0"?>
  +<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"
  +          version="1.2">
  +<jsp:directive.page contentType="text/html;charset=utf-8"/>
  +
   <html>
    <head>
     <title>Register New User</title>
  @@ -30,3 +36,5 @@
     </f:view>
    </body>
   </html>
  \ No newline at end of file
  +
  +</jsp:root>
  
  
  
  1.2       +11 -3     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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- registered.jsp	19 Jan 2006 13:01:09 -0000	1.1
  +++ registered.jsp	13 Jul 2006 18:09:09 -0000	1.2
  @@ -1,5 +1,11 @@
  -<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
  -<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
  +<?xml version="1.0"?>
  +<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"
  +          version="1.2">
  +<jsp:directive.page contentType="text/html;charset=utf-8"/>
  +
   <html>
    <head>
     <title>Successfully Registered New User</title>
  @@ -11,3 +17,5 @@
     </f:view>
    </body>
   </html>
  \ No newline at end of file
  +
  +</jsp:root>
  
  
  



More information about the jboss-cvs-commits mailing list