[TYPO3-mvc] RFC: #10882 PaginateViewHelper got wrong example
Bastian Waidelich
bastian at typo3.org
Wed Nov 17 09:24:35 CET 2010
Georg Ringer wrote:
> Hi list,
>
> This is an SVN patch request.
>
> Type: text, nobrainer
>
> Bugtracker reference:
> http://forge.typo3.org/issues/10882
Committed to trunk r2913
Thanks.
> Additional information:
> I tried to get the paginate working but I didn't get any results. Can
> someone help me with that if I don't find the solution today or so?
I'll write a longer post with some more infos later today, but it works
like this:
<f:widget.paginate object="{blogs}" as="paginatedBlogs">
<f:for each="{paginatedBlogs}" as="blog">
{blog.title}
</f:for>
</f:widget.paginate>
Best,
Bastian
More information about the TYPO3-project-typo3v4mvc
mailing list