[jboss-cvs] jboss-seam/examples/dvdstore/web/admin ...

Norman Richards norman.richards at jboss.com
Mon Apr 16 12:37:35 EDT 2007


  User: nrichards
  Date: 07/04/16 12:37:34

  Modified:    examples/dvdstore/web/admin  admin.xhtml
  Log:
  pooled task table was not being displayed
  
  Revision  Changes    Path
  1.8       +1 -0      jboss-seam/examples/dvdstore/web/admin/admin.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: admin.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/admin/admin.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- admin.xhtml	22 Mar 2007 21:50:00 -0000	1.7
  +++ admin.xhtml	16 Apr 2007 16:37:34 -0000	1.8
  @@ -61,6 +61,7 @@
               </f:subview>
               
               <h:dataTable rendered="#{not empty pooledTaskInstanceList}"
  +                         value="#{pooledTaskInstanceList}"
                            var="task" 
                            styleClass="dvdtable" 
                            headerClass="dvdtablehead"
  
  
  



More information about the jboss-cvs-commits mailing list