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

Gavin King gavin.king at jboss.com
Wed Jan 31 12:07:06 EST 2007


  User: gavin   
  Date: 07/01/31 12:07:06

  Modified:    examples/registration/view   register.jspx registered.jspx
  Log:
  add html tag
  
  Revision  Changes    Path
  1.3       +3 -1      jboss-seam/examples/registration/view/register.jspx
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: register.jspx
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/registration/view/register.jspx,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- register.jspx	9 Jan 2007 00:05:13 -0000	1.2
  +++ register.jspx	31 Jan 2007 17:07:06 -0000	1.3
  @@ -9,6 +9,7 @@
                 doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
                 doctype-system="http://www.w3c.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
     <jsp:directive.page contentType="text/html"/>
  +  <html>
     <head>
       <title>Register New User</title>
     </head>
  @@ -36,4 +37,5 @@
         </h:form>
       </f:view>
     </body>
  +  </html>
   </jsp:root>
  
  
  
  1.2       +3 -1      jboss-seam/examples/registration/view/registered.jspx
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: registered.jspx
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/registration/view/registered.jspx,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- registered.jspx	25 Oct 2006 16:06:01 -0000	1.1
  +++ registered.jspx	31 Jan 2007 17:07:06 -0000	1.2
  @@ -8,6 +8,7 @@
                 doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
                 doctype-system="http://www.w3c.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
     <jsp:directive.page contentType="text/html"/>
  +  <html>
     <head>
       <title>Successfully Registered New User</title>
     </head>
  @@ -17,4 +18,5 @@
         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