[jboss-cvs] jboss-seam/examples/contactlist/resources/META-INF ...

Gavin King gavin.king at jboss.com
Fri Jun 1 13:36:09 EDT 2007


  User: gavin   
  Date: 07/06/01 13:36:09

  Modified:    examples/contactlist/resources/META-INF  components.xml
  Log:
  demo pagination properly
  
  Revision  Changes    Path
  1.7       +1 -1      jboss-seam/examples/contactlist/resources/META-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/resources/META-INF/components.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- components.xml	22 May 2007 02:20:39 -0000	1.6
  +++ components.xml	1 Jun 2007 17:36:09 -0000	1.7
  @@ -26,7 +26,7 @@
   
   
       <fwk:entity-query name="contacts" 
  -               max-results="20">
  +               max-results="5">
           <fwk:ejbql>from Contact</fwk:ejbql>
           <fwk:order>lastName</fwk:order>
           <fwk:restrictions>
  
  
  



More information about the jboss-cvs-commits mailing list