I cant seem to find how you used the allow_json=True in the pagelist's
expose decorator. Can you be a bit more explicit? There is actually no
reference to that in anything in your tarball except the config.py and thats
set to false as a global config.

Michael Weiner
--
On 3/1/06 5:15 PM, "Karl Guertin" <[EMAIL PROTECTED]> wrote:

> 
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to