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

Shane Bryzak sbryzak at redhat.com
Mon Jul 23 20:28:36 EDT 2007


  User: sbryzak2
  Date: 07/07/23 20:28:36

  Modified:    examples/contactlist/view  search.xhtml
  Log:
  fixed validation problems
  
  Revision  Changes    Path
  1.13      +93 -93    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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- search.xhtml	20 Jun 2007 09:01:11 -0000	1.12
  +++ search.xhtml	24 Jul 2007 00:28:36 -0000	1.13
  @@ -68,7 +68,7 @@
             </tr>
           </ui:repeat>
         </table>
  -      <h:outputText value="No contacts to display" rendered="#{empty contacts.resultList}" class="message"/>
  +      <h:outputText value="No contacts to display" rendered="#{empty contacts.resultList}" styleClass="message"/>
         
         <!-- pagination control -->
         <div class="tableControl">
  
  
  



More information about the jboss-cvs-commits mailing list