You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2006/02/27 10:08:36 UTC

svn commit: r381295 - /myfaces/core/trunk/api/src/main/java/javax/faces/webapp/UIComponentTag.java

Author: mmarinschek
Date: Mon Feb 27 01:08:35 2006
New Revision: 381295

URL: http://svn.apache.org/viewcvs?rev=381295&view=rev
Log:
fixed doc bugs, cleaned up HtmlDataTable (thanks to Claudio Tasso for this)

Modified:
    myfaces/core/trunk/api/src/main/java/javax/faces/webapp/UIComponentTag.java

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/webapp/UIComponentTag.java
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/api/src/main/java/javax/faces/webapp/UIComponentTag.java?rev=381295&r1=381294&r2=381295&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/webapp/UIComponentTag.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/webapp/UIComponentTag.java Mon Feb 27 01:08:35 2006
@@ -334,8 +334,8 @@
      * corresponding component which do not have corresponding tags
      * as children of this tag are removed from the view. This isn't likely
      * to be a common occurrence: wrapping JSF tags in JSTL tag "c:if" is
-     * one possible cause; programmatically inserted components may be
-     * another.
+     * one possible cause. Programmatically created components are not affected
+     * by this.
      * <p>
      * If the corresponding component returns true from getRendersChildren
      * then its encodeBegin and encodeChildren methods are called here.