[richfaces-planning-issues] [JBoss JIRA] Created: (RFPL-1443) rich:dataScroller doc - wrong basic usage sample

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Tue May 3 05:38:18 EDT 2011


rich:dataScroller doc - wrong basic usage sample
------------------------------------------------

                 Key: RFPL-1443
                 URL: https://issues.jboss.org/browse/RFPL-1443
             Project: RichFaces Planning
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: doc
    Affects Versions: 4.0.0.Final
            Reporter: Lukáš Fryč



Chapter: 10 Tables
<rich:dataScroller>
BasicUsage

{code:XML}

<rich:dataTable id="table" value="#{capitalsBean.capitals}" var="cap" rows="5">
   <!-- table content -->
   ...
</rich:dataTable>

<rich:datascroller for="table" maxPages="5">
   <f:facet name="first">
      <h:outputText value="First" />
   </f:facet>

   <f:facet name="last">
      <h:outputText value="Last" />
   </f:facet>
</rich:datascroller>
{code}

Replace rich:datascroller with rich:dataScroller.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-planning-issues mailing list