You're almost there... sorry the doco is appalling without looking inside the tag for what is going on. Been meaning to add to this to the Jump Start guide in more detail.
You are referencing q.objectid but you should be referencing stobject.objectid (ie. actually request.stobject.objectid) within your skin:view call instead. Basically the skin:pagination tag manages the loop, and provides you with a new #request.stobject# variable with the contents of the current row each loop. You can rename this variable using the r_stobject="myVar" attribute. Hope that helps, -- gb On Jul 8, 1:58 pm, Marco van den Oever <[email protected]> wrote: > 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> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
