[Neos] Problem with cache using typo3cr:widget.paginate

Piseth Sok piseth at web-essentials.asia
Tue Jul 22 10:06:36 CEST 2014


This below solved my problem:

@cache {
	mode = 'uncached'
	context {
		1 = 'site'
		2 = 'node'
	}
}

On 07/21/2014 04:31 PM, Piseth Sok wrote:
> It does not change the content and also the pagination not move to the
> next page. It seem like cache problems.
>
> Piseth,
>
>
> On 07/21/2014 03:23 PM, Marcin Ryzycki wrote:
>> The snippet you provided seems to be right.
>>
>> You mean the content inside
>> <typo3cr:widget.paginate>...</typo3cr:widget.paginate>
>> doesn't change or the paginator itself?
>>
>> M.
>>
>>
>> Piseth Sok wrote:
>>> Hi list,
>>>
>>> I use this view helpser:
>>>
>>> <typo3cr:widget.paginate parentNode="{parentNode}" as="paginatedNodes"
>>> nodeTypeFilter="TYPO3.Neos:Page" configuration="{itemsPerPage: 5,
>>> insertAbove: 1, insertBelow: 0, maximumNumberOfLinks: 10,
>>> maximumNumberOfNodes: 350}">
>>>
>>>
>>> </typo3cr:widget.paginate>
>>> It generates pagination, but when I click to next page it does not
>>> change.
>>>
>>> Any idea?
>>> Thanks,
>>> Piseth


More information about the Neos mailing list