[jboss-cvs] jboss-seam/src/ui/org/jboss/seam/ui ...

Gavin King gavin.king at jboss.com
Mon Mar 12 02:11:19 EDT 2007


  User: gavin   
  Date: 07/03/12 02:11:19

  Modified:    src/ui/org/jboss/seam/ui  EntityConverterStore.java
  Log:
  clustering
  
  Revision  Changes    Path
  1.3       +3 -1      jboss-seam/src/ui/org/jboss/seam/ui/EntityConverterStore.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EntityConverterStore.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/org/jboss/seam/ui/EntityConverterStore.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- EntityConverterStore.java	12 Mar 2007 05:31:39 -0000	1.2
  +++ EntityConverterStore.java	12 Mar 2007 06:11:19 -0000	1.3
  @@ -10,11 +10,12 @@
   import org.jboss.seam.annotations.Name;
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.contexts.Contexts;
  +import org.jboss.seam.core.AbstractMutable;
   
   @Name("org.jboss.seam.ui.entityConverterStore")
   @Scope(ScopeType.SESSION)
   @Intercept(InterceptionType.NEVER)
  -public class EntityConverterStore
  +public class EntityConverterStore extends AbstractMutable
   {
      
      private class Key 
  @@ -76,6 +77,7 @@
         if (!store.contains(key))
         {
            store.add(key);
  +         setDirty();
            
         }
         return store.indexOf(key);
  
  
  



More information about the jboss-cvs-commits mailing list