You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/06/03 11:53:13 UTC

svn commit: r950927 - /myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/ToolBarRendererBase.java

Author: lofwyr
Date: Thu Jun  3 09:53:13 2010
New Revision: 950927

URL: http://svn.apache.org/viewvc?rev=950927&view=rev
Log:
todo comments

Modified:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/ToolBarRendererBase.java

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/ToolBarRendererBase.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/ToolBarRendererBase.java?rev=950927&r1=950926&r2=950927&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/ToolBarRendererBase.java (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/ToolBarRendererBase.java Thu Jun  3 09:53:13 2010
@@ -112,6 +112,8 @@ public abstract class ToolBarRendererBas
     }
   }
 
+  // todo: remove component creation in renderer, for JSF 2.0
+  // todo: One solution is to make <tx:toolBarSelectOne> instead of <tc:toolBarSelectOne>
   private Measure renderSelectOne(
       FacesContext facesContext, UIToolBar toolBar, UICommandBase command, TobagoResponseWriter writer, Measure width)
       throws IOException {
@@ -176,6 +178,9 @@ public abstract class ToolBarRendererBas
     return width;
   }
 
+  // todo: remove component creation in renderer, for JSF 2.0
+  // todo: One solution is to make <tx:toolBarCheck> instead of <tc:toolBarCheck>
+  // may be renamed to toolBarSelectBoolean?
   private Measure renderSelectBoolean(
       FacesContext facesContext, UIToolBar toolBar, UICommandBase command, TobagoResponseWriter writer, Measure width)
       throws IOException {