actionURL is the way to set everything in front of "&page=x". So if you leave it blank, it goes with a long convoluted default like your long example. Setting it to ? like you did leaves it with only the friendlyURL/? as you see.
Tomek On Sat, May 30, 2009 at 7:30 PM, Neil <[email protected]> wrote: > > is there another attribute I am missing somewhere? if I use the Farcry > 5.0 pagination tags on some content types it creates the links for the > numbers and nex/prev links to be similar to "/friendlyURL? > UD=ORLIVEUD&OBJECTID=784556B4-3FEE-11DE-928300219B8D5584&RETURNURL=/ > index.cfm?furl=/organizations&page=2" and occasionaly the links will > bring me to a contentType page.... > > yet in other content types the links are like "/friendlyURL?&page=3 > > I prefer the later. > > I have found that if I use the following it behaves.... > <skin:pagination query="#query#" actionURL="?" recordsPerPage="9" > pageLinks="5"> > as opposed to > <skin:pagination qrecordset="#query#" recordsPerPage="9" > pageLinks="5"> > > anyone know why this happens? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
