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

Christian Bauer christian at hibernate.org
Wed Jan 9 13:12:01 EST 2008


  User: cbauer  
  Date: 08/01/09 13:12:01

  Modified:    examples/wiki/view   uploadEdit_m.xhtml dirEdit_m.xhtml
  Log:
  If you write new code, actually call it at some point...
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/wiki/view/uploadEdit_m.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: uploadEdit_m.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/uploadEdit_m.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- uploadEdit_m.xhtml	30 Dec 2007 02:33:19 -0000	1.2
  +++ uploadEdit_m.xhtml	9 Jan 2008 18:12:01 -0000	1.3
  @@ -118,7 +118,7 @@
                                value="#{messages['lacewiki.button.Save']}"/>
               <h:commandButton action="#{uploadHome.update}" rendered="#{uploadHome.managed}"
                                value="#{messages['lacewiki.button.Update']}"/>
  -            <h:commandButton action="#{uploadHome.remove}" rendered="#{uploadHome.managed}"
  +            <h:commandButton action="#{uploadHome.remove}" rendered="#{uploadHome.removable}"
                                value="#{messages['lacewiki.button.Delete']}"/>
   
           </div>
  
  
  
  1.5       +1 -4      jboss-seam/examples/wiki/view/dirEdit_m.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: dirEdit_m.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/dirEdit_m.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- dirEdit_m.xhtml	30 Dec 2007 02:33:19 -0000	1.4
  +++ dirEdit_m.xhtml	9 Jan 2008 18:12:01 -0000	1.5
  @@ -62,10 +62,7 @@
               <h:commandButton action="#{directoryHome.update}" rendered="#{directoryHome.managed}"
                                value="#{messages['lacewiki.button.Update']}"/>
               <h:commandButton action="#{directoryHome.remove}"
  -                             rendered="#{empty directoryHome.childNodes
  -                                        and directoryHome.managed
  -                                        and !empty directoryHome.parentNode
  -                                        and directoryHome.instance.id != memberArea.id}"
  +                             rendered="#{directoryHome.removable}"
                                value="#{messages['lacewiki.button.Delete']}"/>
           </s:div>
   
  
  
  



More information about the jboss-cvs-commits mailing list