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

Gavin King gavin.king at jboss.com
Sat Feb 10 00:24:45 EST 2007


  User: gavin   
  Date: 07/02/10 00:24:45

  Modified:    seam-gen/view  edit.xhtml.ftl
  Log:
  more sane handling of self-association
  
  Revision  Changes    Path
  1.35      +2 -0      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.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- edit.xhtml.ftl	10 Feb 2007 05:06:10 -0000	1.34
  +++ edit.xhtml.ftl	10 Feb 2007 05:24:45 -0000	1.35
  @@ -127,6 +127,7 @@
               </h:column>
           </h:dataTable>
   
  +<#if parentPojo.shortName!=pojo.shortName>
           <div class="actionButtons">
               <s:button value="Select ${property.name}"
                          view="/${parentPageName}List.xhtml">
  @@ -134,6 +135,7 @@
               </s:button>
           </div>
           
  +</#if>
       </div>
   </#if>
   <#if c2h.isOneToManyCollection(property)>
  
  
  



More information about the jboss-cvs-commits mailing list