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

Gavin King gavin.king at jboss.com
Tue Oct 10 22:29:27 EDT 2006


  User: gavin   
  Date: 06/10/10 22:29:26

  Modified:    examples/contactlist/view  search.xhtml
  Log:
  make it work on tomcat
  
  Revision  Changes    Path
  1.8       +1 -0      jboss-seam/examples/contactlist/view/search.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: search.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/view/search.xhtml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- search.xhtml	8 Oct 2006 14:03:38 -0000	1.7
  +++ search.xhtml	11 Oct 2006 02:29:26 -0000	1.8
  @@ -67,6 +67,7 @@
             </tr>
           </ui:repeat>
         </table>
  +       <h:outputText value="No contacts to display" rendered="#{empty contacts.resultList}" class="message"/>
         
         <!-- pagination control -->
         <div class="tableControl">
  
  
  



More information about the jboss-cvs-commits mailing list