You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mk...@apache.org on 2005/11/28 23:12:04 UTC

svn commit: r349521 - /myfaces/forrest/trunk/content/xdocs/tomahawk/dataScroller.xml

Author: mkienenb
Date: Mon Nov 28 14:11:58 2005
New Revision: 349521

URL: http://svn.apache.org/viewcvs?rev=349521&view=rev
Log:
Added note on dataTable "row" attribute requirement.  MyFaces-884.  Thanks, Steve.

Modified:
    myfaces/forrest/trunk/content/xdocs/tomahawk/dataScroller.xml

Modified: myfaces/forrest/trunk/content/xdocs/tomahawk/dataScroller.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/tomahawk/dataScroller.xml?rev=349521&r1=349520&r2=349521&view=diff
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/tomahawk/dataScroller.xml (original)
+++ myfaces/forrest/trunk/content/xdocs/tomahawk/dataScroller.xml Mon Nov 28 14:11:58 2005
@@ -96,6 +96,8 @@
                 DataScroller must be nested inside of an UIData component,
                 or attribute "for" must be given so that corresponding uiData can be found.
                 <br/>
+                The "row" attribute must be specified on the corresponding uiData.
+                <br/>
                 The scope of pageIndexVar and pageCountVar is limited, and only
                 direct children of DataScroller may see them.
             </p>