[jboss-cvs] jboss-seam/seam-gen/view-scaffold ...

Gavin King gavin.king at jboss.com
Wed Nov 1 20:30:55 EST 2006


  User: gavin   
  Date: 06/11/01 20:30:55

  Modified:    seam-gen/view-scaffold        first-page.xhtml home.xhtml
                        register.xhtml registered.xhtml second-page.xhtml
                        submit-order.xhtml third-page.xhtml
  Log:
  fixed bugs
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-seam/seam-gen/view-scaffold/first-page.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: first-page.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view-scaffold/first-page.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- first-page.xhtml	28 Oct 2006 17:56:03 -0000	1.1
  +++ first-page.xhtml	2 Nov 2006 01:30:55 -0000	1.2
  @@ -6,10 +6,10 @@
   	xmlns:f="http://java.sun.com/jsf/core"
   	xmlns:h="http://java.sun.com/jsf/html">
   <body>
  -<ui:composition template="/WEB-INF/layout/template.xhtml">
  +<ui:composition template="layout/template.xhtml">
   
   	<ui:define name="header">
  -		<ui:include src="/WEB-INF/layout/header.xhtml" />
  +		<ui:include src="layout/header.xhtml" />
   	</ui:define>
   
   	<ui:define name="body">
  
  
  
  1.2       +2 -2      jboss-seam/seam-gen/view-scaffold/home.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: home.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view-scaffold/home.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- home.xhtml	28 Oct 2006 17:56:03 -0000	1.1
  +++ home.xhtml	2 Nov 2006 01:30:55 -0000	1.2
  @@ -6,10 +6,10 @@
         xmlns:f="http://java.sun.com/jsf"
         xmlns:h="http://java.sun.com/jsf/html">
   <body>
  -    <ui:composition template="/WEB-INF/layout/template.xhtml">
  +    <ui:composition template="layout/template.xhtml">
                      
          <ui:define name="header">
  -         <ui:include src="/WEB-INF/layout/header.xhtml" />
  +         <ui:include src="layout/header.xhtml" />
          </ui:define>
          
          <ui:define name="body">
  
  
  
  1.2       +2 -2      jboss-seam/seam-gen/view-scaffold/register.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: register.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view-scaffold/register.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- register.xhtml	28 Oct 2006 17:56:03 -0000	1.1
  +++ register.xhtml	2 Nov 2006 01:30:55 -0000	1.2
  @@ -6,10 +6,10 @@
   	xmlns:f="http://java.sun.com/jsf/core"
   	xmlns:h="http://java.sun.com/jsf/html">
   <body>
  -<ui:composition template="/WEB-INF/layout/template.xhtml">
  +<ui:composition template="layout/template.xhtml">
   
   	<ui:define name="header">
  -		<ui:include src="/WEB-INF/layout/header.xhtml" />
  +		<ui:include src="layout/header.xhtml" />
   	</ui:define>
   
   	<ui:define name="body">
  
  
  
  1.2       +2 -2      jboss-seam/seam-gen/view-scaffold/registered.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: registered.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view-scaffold/registered.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- registered.xhtml	28 Oct 2006 17:56:03 -0000	1.1
  +++ registered.xhtml	2 Nov 2006 01:30:55 -0000	1.2
  @@ -6,10 +6,10 @@
         xmlns:f="http://java.sun.com/jsf/core"
         xmlns:h="http://java.sun.com/jsf/html">
   <body>
  -    <ui:composition template="/WEB-INF/layout/template.xhtml">
  +    <ui:composition template="layout/template.xhtml">
                      
          <ui:define name="header">
  -         <ui:include src="/WEB-INF/layout/header.xhtml" />
  +         <ui:include src="layout/header.xhtml" />
          </ui:define>
          
          <ui:define name="body">
  
  
  
  1.2       +2 -2      jboss-seam/seam-gen/view-scaffold/second-page.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: second-page.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view-scaffold/second-page.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- second-page.xhtml	28 Oct 2006 17:56:03 -0000	1.1
  +++ second-page.xhtml	2 Nov 2006 01:30:55 -0000	1.2
  @@ -6,10 +6,10 @@
   	xmlns:f="http://java.sun.com/jsf/core"
   	xmlns:h="http://java.sun.com/jsf/html">
   <body>
  -<ui:composition template="/WEB-INF/layout/template.xhtml">
  +<ui:composition template="layout/template.xhtml">
   
   	<ui:define name="header">
  -		<ui:include src="/WEB-INF/layout/header.xhtml" />
  +		<ui:include src="layout/header.xhtml" />
   	</ui:define>
   
   	<ui:define name="body">
  
  
  
  1.2       +2 -2      jboss-seam/seam-gen/view-scaffold/submit-order.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: submit-order.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view-scaffold/submit-order.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- submit-order.xhtml	28 Oct 2006 17:56:03 -0000	1.1
  +++ submit-order.xhtml	2 Nov 2006 01:30:55 -0000	1.2
  @@ -6,9 +6,9 @@
         xmlns:f="http://java.sun.com/jsf/core"
         xmlns:h="http://java.sun.com/jsf/html">
   <body>
  -    <ui:composition template="/WEB-INF/layout/template.xhtml">                   
  +    <ui:composition template="layout/template.xhtml">                   
          <ui:define name="header">
  -         <ui:include src="/WEB-INF/layout/header.xhtml" />
  +         <ui:include src="layout/header.xhtml" />
          </ui:define>       
          <ui:define name="body">
   		  <h:form>
  
  
  
  1.2       +2 -2      jboss-seam/seam-gen/view-scaffold/third-page.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: third-page.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view-scaffold/third-page.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- third-page.xhtml	28 Oct 2006 17:56:03 -0000	1.1
  +++ third-page.xhtml	2 Nov 2006 01:30:55 -0000	1.2
  @@ -6,10 +6,10 @@
   	xmlns:f="http://java.sun.com/jsf/core"
   	xmlns:h="http://java.sun.com/jsf/html">
   <body>
  -<ui:composition template="/WEB-INF/layout/template.xhtml">
  +<ui:composition template="layout/template.xhtml">
   
   	<ui:define name="header">
  -		<ui:include src="/WEB-INF/layout/header.xhtml" />
  +		<ui:include src="layout/header.xhtml" />
   	</ui:define>
   
   	<ui:define name="body">
  
  
  



More information about the jboss-cvs-commits mailing list