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

Brian Leathem (Resolved) (JIRA) jira-events at lists.jboss.org
Mon Nov 7 16:06:45 EST 2011


     [ https://issues.jboss.org/browse/RFPL-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem resolved RFPL-1443.
---------------------------------

      Assignee: Brian Leathem
    Resolution: Done

    
> rich:dataScroller doc - wrong basic usage sample
> ------------------------------------------------
>
>                 Key: RFPL-1443
>                 URL: https://issues.jboss.org/browse/RFPL-1443
>             Project: RichFaces Planning
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: doc
>    Affects Versions: 4.0.0.Final
>            Reporter: Lukáš Fryč
>            Assignee: Brian Leathem
>            Priority: Trivial
>             Fix For: 4.1.0.CR1
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-planning-issues mailing list