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 2008/03/19 07:36:16 UTC

svn commit: r638725 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UIData.java

Author: bommel
Date: Tue Mar 18 23:36:16 2008
New Revision: 638725

URL: http://svn.apache.org/viewvc?rev=638725&view=rev
Log:
(TOBAGO-637) Generate Components, JSP Tags from annotations

added invokeOnComponent for tobago component

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UIData.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UIData.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UIData.java?rev=638725&r1=638724&r2=638725&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UIData.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/component/UIData.java Tue Mar 18 23:36:16 2008
@@ -558,7 +558,8 @@
     return super.findComponent(searchId);
   }
 
-  public boolean invokeOnComponent(FacesContext context, String clientId, ContextCallback callback) throws FacesException {
+  public boolean invokeOnComponent(FacesContext context, String clientId, ContextCallback callback)
+      throws FacesException {
     // we may need setRowIndex on UIData
     int oldRowIndex = getRowIndex();
     try {