[jboss-cvs] jboss-seam/ui/src/main/java/org/jboss/seam/ui/converter ...

Peter Muir peter at bleepbleep.org.uk
Fri Oct 26 08:27:01 EDT 2007


  User: pmuir   
  Date: 07/10/26 08:27:01

  Modified:    ui/src/main/java/org/jboss/seam/ui/converter 
                        EntityConverterStore.java
  Log:
  Specify scope for lookup
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/ui/src/main/java/org/jboss/seam/ui/converter/EntityConverterStore.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EntityConverterStore.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/ui/src/main/java/org/jboss/seam/ui/converter/EntityConverterStore.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- EntityConverterStore.java	30 Jun 2007 11:40:41 -0000	1.3
  +++ EntityConverterStore.java	26 Oct 2007 12:27:01 -0000	1.4
  @@ -72,7 +72,7 @@
         {
            throw new IllegalArgumentException("Page scope not active");
         }
  -      return (EntityConverterStore) Component.getInstance(EntityConverterStore.class);
  +      return (EntityConverterStore) Component.getInstance(EntityConverterStore.class, PAGE);
      }
      
      @Override
  
  
  



More information about the jboss-cvs-commits mailing list