You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2008/04/02 13:46:29 UTC

svn commit: r643860 - /myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/ppr/PPRPanelGroup.java

Author: imario
Date: Wed Apr  2 04:46:28 2008
New Revision: 643860

URL: http://svn.apache.org/viewvc?rev=643860&view=rev
Log:
changed replacement of default for stateUpdate (previously it was true but I replaced it by the wrong constant (copy&paste error))

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/ppr/PPRPanelGroup.java

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/ppr/PPRPanelGroup.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/ppr/PPRPanelGroup.java?rev=643860&r1=643859&r2=643860&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/ppr/PPRPanelGroup.java (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/ppr/PPRPanelGroup.java Wed Apr  2 04:46:28 2008
@@ -56,7 +56,7 @@
 
     private Boolean _showDebugMessages = Boolean.FALSE;
 
-    private Boolean _stateUpdate = Boolean.FALSE;
+    private Boolean _stateUpdate = Boolean.TRUE;
 
     private String _appendMessages;