On 3/1/06, • Michael Weiner <[EMAIL PROTECTED]> wrote: > Thank you very much that did the trick, although now i am up against the > AJAX issue reported earlier by another poster, where i click on the 'View > complete page listing' and all i end up with is the same page, with a # at > the end of the URL (eg http://localhost:8091/MochiKit#) and of course > nothing rendered into the page.
Two things happening there. TG 0.9 no longer exposes json by default. You must add ``allow_json=True`` to pagelist's expose decorator. The request param has also changed and the correct url is "/pagelist?tg_format=json". Check the wiki20.tgz on my site for the correct formatting if you're having trouble. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

