[jboss-cvs] jboss-seam/examples/seamdiscs/resources/WEB-INF ...

Peter Muir peter at bleepbleep.org.uk
Wed Dec 19 16:53:13 EST 2007


  User: pmuir   
  Date: 07/12/19 16:53:13

  Modified:    examples/seamdiscs/resources/WEB-INF  components.xml
  Log:
  JBSEAM-2412, and fix minor breakages caused by RF 3.1.4
  
  Revision  Changes    Path
  1.10      +1 -4      jboss-seam/examples/seamdiscs/resources/WEB-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/seamdiscs/resources/WEB-INF/components.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- components.xml	18 Nov 2007 19:23:09 -0000	1.9
  +++ components.xml	19 Dec 2007 21:53:13 -0000	1.10
  @@ -34,9 +34,6 @@
           <action execute="#{redirect.returnToCapturedView}"/>
       </event>   
       
  -    <!-- Work around a bug in Ajax4jsf-Trinidad integration -->
  -	<web:ajax4jsf-filter enable-cache="false" />
  -	
   	<framework:entity-query name="discs" ejbql="select disc from Disc disc" order="disc.name ASC" max-results="5"/>
   	
   	<framework:entity-query name="artists" ejbql="select artist from Artist artist" order="artist.name DESC" max-results="5">
  
  
  



More information about the jboss-cvs-commits mailing list