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

Gavin King gavin.king at jboss.com
Thu Feb 8 11:30:10 EST 2007


  User: gavin   
  Date: 07/02/08 11:30:10

  Modified:    seam-gen/view   edit.xhtml.ftl view.xhtml.ftl
  Log:
  conversation propagation
  
  Revision  Changes    Path
  1.25      +1 -2      jboss-seam/seam-gen/view/edit.xhtml.ftl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: edit.xhtml.ftl
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/edit.xhtml.ftl,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- edit.xhtml.ftl	7 Feb 2007 22:10:40 -0000	1.24
  +++ edit.xhtml.ftl	8 Feb 2007 16:30:10 -0000	1.25
  @@ -272,8 +272,7 @@
           <div class="actionButtons">
               <s:button id="add${childName}" 
                      value="Add ${childName}"
  -                    view="/${childEditPageName}.xhtml" 
  -             propagation="begin">
  +                    view="/${childEditPageName}.xhtml">
                    <f:param name="${componentName}${util.upper(pojo.identifierProperty.name)}" 
                            value="${'#'}{${homeName}.instance.${pojo.identifierProperty.name}}"/>
                    <f:param name="${childName}From" value="${entityName}"/>
  
  
  
  1.10      +1 -2      jboss-seam/seam-gen/view/view.xhtml.ftl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: view.xhtml.ftl
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/view.xhtml.ftl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- view.xhtml.ftl	7 Feb 2007 15:40:19 -0000	1.9
  +++ view.xhtml.ftl	8 Feb 2007 16:30:10 -0000	1.10
  @@ -163,8 +163,7 @@
       <div class="actionButtons">
           <s:button id="add${childName}" 
                  value="Add ${childName}"
  -                view="/${childEditPageName}.xhtml" 
  -         propagation="begin">
  +                view="/${childEditPageName}.xhtml">
               <f:param name="${componentName}${util.upper(pojo.identifierProperty.name)}" 
                       value="${'#'}{${homeName}.instance.${pojo.identifierProperty.name}}"/>
               <f:param name="${childName}From" value="${entityName}"/>
  
  
  



More information about the jboss-cvs-commits mailing list