Ok i'm a bit further now, only problem i have now is that the cfloop
gives me the same articles instead of all different ones in a row,
what am i missing?

<skin:pagination
query="#q#"
typename="shopproducts"
pageLinks="10"
recordsPerPage="#stobj.numitems#"
submissiontype="form">

<skin:view objectid="#q.objectid#" typename="shopproducts"
webskin="#stObj.displaymethod#" />

</skin:pagination>



On Jul 8, 3:20 am, Marco van den Oever <[email protected]>
wrote:
> 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