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

Christian Bauer christian at hibernate.org
Fri Aug 17 09:00:30 EDT 2007


  User: cbauer  
  Date: 07/08/17 09:00:30

  Modified:    examples/wiki/view/plugins/recentEntries  plugin.xhtml
  Log:
  Major refactoring of core data schema and some new features
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/wiki/view/plugins/recentEntries/plugin.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/plugins/recentEntries/plugin.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- plugin.xhtml	6 Jul 2007 14:38:39 -0000	1.1
  +++ plugin.xhtml	17 Aug 2007 13:00:30 -0000	1.2
  @@ -12,7 +12,7 @@
           clearDocumentBackground();
       });</script>
   
  -<s:div id="recentEntries">
  +<s:div id="recentEntries" rendered="#{recentBlogEntries.rowCount > 0}">
   
       <s:div styleClass="shadowContainer"
              rendered="#{empty param.allEntries}"><div class="shadow1"><div class="shadow2"><div class="recentEntries">
  
  
  



More information about the jboss-cvs-commits mailing list