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

Christian Bauer christian at hibernate.org
Mon Jul 9 12:37:41 EDT 2007


  User: cbauer  
  Date: 07/07/09 12:37:41

  Modified:    examples/wiki/view  dirEdit.xhtml
  Log:
  Make unit tests run on Embeddable JBoss
  
  Revision  Changes    Path
  1.26      +0 -5      jboss-seam/examples/wiki/view/dirEdit.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: dirEdit.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/dirEdit.xhtml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- dirEdit.xhtml	6 Jul 2007 14:38:37 -0000	1.25
  +++ dirEdit.xhtml	9 Jul 2007 16:37:41 -0000	1.26
  @@ -190,11 +190,6 @@
           <div class="label">&#160;</div>
           <div class="input">
   
  -            <h:commandLink id="preview" styleClass="buttonNonpersistent"
  -                           action="#{directoryHome.previewMenuItems()}"
  -                           rendered="#{childNodes.rowCount>0 and s:hasPermission('Node', 'editMenu', directoryHome.instance)}"
  -                           tabindex="5" accesskey="P"><span class="buttonLabel"><u>P</u>review</span></h:commandLink>
  -            
               <h:commandLink id="save" styleClass="button"
                              action="#{directoryHome.persist}"
                              rendered="#{!directoryHome.managed}"
  
  
  



More information about the jboss-cvs-commits mailing list