[TYPO3-mvc] Re: Cannot object of type QueryResult to string

TSniper masmoudi_moha at yahoo.fr
Tue Feb 14 16:34:13 CET 2017


I have resolved this

For any one who has trouble too, this is the code i use :

    <f:widget.paginate objects="{locations}" as="pagedLocations"
                       configuration="{itemsPerPage: 5, insertAbove: 0, insertBelow: 1}">

        <f:for each="{pagedLocations}" as="location">



        </f:for>
    </f:widget.paginate>


More information about the TYPO3-project-typo3v4mvc mailing list