[TYPO3-mvc] RFC: #10882 PaginateViewHelper got wrong example

Georg Ringer mail at ringerge.org
Wed Nov 17 10:11:40 CET 2010


Hi,

Am 17.11.2010 09:24, schrieb Bastian Waidelich:
> <f:widget.paginate object="{blogs}" as="paginatedBlogs">
>     <f:for each="{paginatedBlogs}" as="blog">
>         {blog.title}
>     </f:for>
> </f:widget.paginate>

works great, thanks but there seems to be a problem with a TYPO3
installation inside a subdirectory but this is more a different core
issue I guess??

produced url is for example:
http://localhost/index.php?id=226&tx_news2_pi1[__widget_0][currentPage]=2&cHash=214dd21f45d24f900f9215556af4f40f

but it should be
http://localhost/currenttrunk/index.php?id=226&tx_news2_pi1[__widget_0][currentPage]=2&cHash=214dd21f45d24f900f9215556af4f40f

a further question:
can the part "__widget_0" be changed?

georg


More information about the TYPO3-project-typo3v4mvc mailing list