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

Shane Bryzak sbryzak at redhat.com
Mon Jul 23 20:29:46 EDT 2007


  User: sbryzak2
  Date: 07/07/23 20:29:46

  Modified:    examples/seampay/view  search.xhtml
  Log:
  fixed validation problems
  
  Revision  Changes    Path
  1.11      +2 -2      jboss-seam/examples/seampay/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/seampay/view/search.xhtml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- search.xhtml	22 Feb 2007 05:51:03 -0000	1.10
  +++ search.xhtml	24 Jul 2007 00:29:46 -0000	1.11
  @@ -46,10 +46,10 @@
                   </tr>
             </ui:repeat>
           </table>
  -        <h:outputText value="No accounts found" rendered="#{empty accounts.resultList}" class="message"/>
  +        <h:outputText value="No accounts found" rendered="#{empty accounts.resultList}" styleClass="message"/>
           
   
  -        <f:subview rendered="#{accountHome.idDefined}">
  +        <f:subview id="accountView" rendered="#{accountHome.idDefined}">
               <h2>Payments from Account #{accountHome.instance.accountNumber}</h2>
               <table class="results">
                   <tr>
  
  
  



More information about the jboss-cvs-commits mailing list