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

Norman Richards norman.richards at jboss.com
Sun Feb 18 15:00:43 EST 2007


  User: nrichards
  Date: 07/02/18 15:00:43

  Modified:    examples/spring/view  hotels.xhtml
  Log:
  actually use the spring dao
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/spring/view/hotels.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hotels.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/spring/view/hotels.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- hotels.xhtml	18 Feb 2007 19:57:59 -0000	1.1
  +++ hotels.xhtml	18 Feb 2007 20:00:43 -0000	1.2
  @@ -19,7 +19,7 @@
   
       <h1>springBookingDao</h1>
       <ul>
  -        <ui:repeat value="#{seamBookingDao.hotels}" var="hotel">
  +        <ui:repeat value="#{springBookingDao.hotels}" var="hotel">
               <li>#{hotel.name}</li>
           </ui:repeat>
       </ul>
  
  
  



More information about the jboss-cvs-commits mailing list