You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2010/11/18 02:50:43 UTC

svn commit: r1036313 - /myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/ajax/AjaxInternalUtils.java

Author: bommel
Date: Thu Nov 18 01:50:43 2010
New Revision: 1036313

URL: http://svn.apache.org/viewvc?rev=1036313&view=rev
Log:
cleanup AjaxUtils

(TOBAGO-942) Example for adding UIMessages automatic to renderedPartially if the facesContext contains messages

Modified:
    myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/ajax/AjaxInternalUtils.java

Modified: myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/ajax/AjaxInternalUtils.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/ajax/AjaxInternalUtils.java?rev=1036313&r1=1036312&r2=1036313&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/ajax/AjaxInternalUtils.java (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/ajax/AjaxInternalUtils.java Thu Nov 18 01:50:43 2010
@@ -187,7 +187,8 @@ public class AjaxInternalUtils {
       addAjaxComponent(context, component);
       return true;
     } else {
-      LOG.error("Ignore adding ajax component (no instance of UIPanel) id: "+ componentClientId + " component: " + component);
+      LOG.error("Ignore adding ajax component (no instance of UIPanel) id: " + componentClientId + " component: "
+          + component);
       return false;
     }
   }