So do i have to move the following code to displayLinks.cfm or create
an own loop?:

<ft:paginateLoop r_stObject="stNews">
<skin:view objectid="#stNews.objectid#" typename="shopproducts"
webskin="#stObj.displaymethod#" />
</ft:paginateLoop>


On Jul 7, 2:36 pm, modius <[email protected]> wrote:
> ft:pagination has been deprecated -- do not use this.
>
> Try this instead:http://docs.farcrycms.org/display/FCDEV50/Pagination
>
> -- gb
>
> On Jul 5, 6:51 am, Marco van den Oever <[email protected]>
> wrote:
>
> >         <!--- THIS MEANS PAGINATE --->
> >         <ft:pagination
> >                 actionURL = 
> > "#application.fapi.getLink(objectid=request.navid)#"
> >                 paginationID="ruleNews"
> >                 qRecordSet="#q#"
> >                 typename="shopproducts"
> >                 pageLinks="10"
> >                 recordsPerPage="#stobj.numitems#"
> >                 Top="true"
> >                 Bottom="false"
> >                 renderType="inline"
> >                 submissiontype="form">
>
> >                 <ft:paginateLoop r_stObject="stNews" >
> >                         <skin:view objectid="#stNews.objectid#" 
> > typename="shopproducts"
> > webskin="#stObj.displaymethod#" />
> >                 </ft:paginateLoop>
>
> >         </ft:pagination>
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---

Reply via email to