You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2008/10/27 16:05:38 UTC

svn commit: r708211 - /myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/UIXCollection.java

Author: matzew
Date: Mon Oct 27 08:05:38 2008
New Revision: 708211

URL: http://svn.apache.org/viewvc?rev=708211&view=rev
Log:
revert TRINIDAD-1135 (Flush Cached Model for UIXCollection during broadcast) to fix TRINIDAD-1144 (EL variable not set or get correctly)

Modified:
    myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/UIXCollection.java

Modified: myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/UIXCollection.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/UIXCollection.java?rev=708211&r1=708210&r2=708211&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/UIXCollection.java (original)
+++ myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/component/UIXCollection.java Mon Oct 27 08:05:38 2008
@@ -134,12 +134,6 @@
   public void broadcast(FacesEvent event)
     throws AbortProcessingException
   {
-    // If the UIXCollection component is used as a stamp of another collection component,
-    // we could be pointing to the wrong model based on the the last stamp state from 
-    // parent's decode/validate/update processing. Flush the cached model to get the correct model 
-    // based on the parent's currency
-    _flushCachedModel();
-    
     // For "TableRowEvents", set up the data before firing the
     // event to the actual component.
     if (event instanceof TableRowEvent)