[FLOW3-general] Error by using widget paginate

Phallin Hor phallin at web-essentials.asia
Tue Aug 14 11:23:02 CEST 2012


Dear list,

I am a newbie in flow3. Currently, I am using FLOW3 1.2.0-dev and I got 
some problems with using <f:widget.paginate>.

My script:
<f:widget.paginate objects="{services}" as="tempServices" 
configuration="{itemsPerPage: 5}">
<f:for each="{tempServices}" as="service">
	{service.name}	
</f:for>
</f:widget.paginate>

And I got some error below:
#1301610453: Could not resolve a route and its corresponding URI for the 
given parameters. This may be due to referring to a not existing package 
/ controller / action while building a link or URI. Refer to log and 
check the backtrace for more details.

How can I fix this problem?

Kind regards,
Phallin


More information about the FLOW3-general mailing list