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

Gavin King gavin.king at jboss.com
Thu Oct 5 22:58:44 EDT 2006


  User: gavin   
  Date: 06/10/05 22:58:44

  Modified:    examples/contactlist/view  search.xhtml
  Log:
  last page nav
  
  Revision  Changes    Path
  1.4       +3 -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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- search.xhtml	6 Oct 2006 01:20:24 -0000	1.3
  +++ search.xhtml	6 Oct 2006 02:58:44 -0000	1.4
  @@ -81,6 +81,9 @@
           <s:link view="/search.xhtml" rendered="#{contacts.nextExists}" value="Next Page &gt;">
             <f:param name="firstResult" value="#{contacts.nextFirstResult}"/>
           </s:link>
  +        <s:link view="/search.xhtml" rendered="#{contacts.nextExists}" value="Last Page &gt;&gt;">
  +          <f:param name="firstResult" value="#{contacts.lastFirstResult}"/>
  +        </s:link>
         </div>
             
         </div>
  
  
  



More information about the jboss-cvs-commits mailing list