Hi Kees,
I think a lot of people have come unstuck trying to follow that tutorial, and in general I think TG2 documentation is very poor. I have everything working here, but I still don't fully understand aspects of it like what __url__ actually does. Anyhow, ranting aside, I found the most useful approach to learning was to unpick the working examples found in svn here: svn co http://pythontutorials.googlecode.com/svn/tutorials/moviedemo/trunk moviedemo Good luck! Jamie On 25 Aug 2009, at 12:34, Kees van den Broek wrote: > > Hi, > > Tried to setup Sprox (0.6.4) with tw.dojo (0.9.4) to get pagination. > Following the TG2 crud controller tutorial at: > http://www.turbogears.org/2.0/docs/main/Extensions/Crud/index.html?highlight=sprox#using-dojo > I setup __url__, but the table data is still fetched from some other > (autogenerated it seems) URL that doesn't exist: > http://127.0.0.1:6060/categorys.json?start=0&count=20 > > This is the code: http://pastebin.com/m60837e9d > > Did I make an error somewhere? > > Thanks, > Kees > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

