[jboss-cvs] jboss-seam/seam-gen/freemarker-templates ...

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/freemarker-templates  action-page.ftl
  Log:
  fixed bugs
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/seam-gen/freemarker-templates/action-page.ftl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: action-page.ftl
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/freemarker-templates/action-page.ftl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- action-page.ftl	2 Nov 2006 01:01:53 -0000	1.3
  +++ action-page.ftl	2 Nov 2006 01:30:55 -0000	1.4
  @@ -6,7 +6,7 @@
                   xmlns:ui="http://java.sun.com/jsf/facelets"
                   xmlns:f="http://java.sun.com/jsf"
                   xmlns:h="http://java.sun.com/jsf/html"
  -                template="/WEB-INF/layout/template.xhtml">
  +                template="layout/template.xhtml">
                          
   <ui:define name="body">
       <h1>Seam Generated Page named: "${pageName}"</h1>
  
  
  



More information about the jboss-cvs-commits mailing list