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

Christian Bauer christian at hibernate.org
Thu Apr 5 10:38:24 EDT 2007


  User: cbauer  
  Date: 07/04/05 10:38:24

  Modified:    examples/wiki/view/includes  attachmentDisplay.xhtml
  Log:
  Added broken user comment plugin
  
  Revision  Changes    Path
  1.5       +1 -1      jboss-seam/examples/wiki/view/includes/attachmentDisplay.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: attachmentDisplay.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/attachmentDisplay.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- attachmentDisplay.xhtml	2 Apr 2007 18:25:05 -0000	1.4
  +++ attachmentDisplay.xhtml	5 Apr 2007 14:38:24 -0000	1.5
  @@ -1,6 +1,6 @@
   <s:div id="attachmentDisplay"
        styleClass="attachmentDisplay"
  -     rendered="#{not empty wikiTextAttachments}"
  +     rendered="#{wiki:sizeOf(wikiTextAttachments) > 0}"
        xmlns="http://www.w3.org/1999/xhtml"
        xmlns:ui="http://java.sun.com/jsf/facelets"
        xmlns:h="http://java.sun.com/jsf/html"
  
  
  



More information about the jboss-cvs-commits mailing list