On 11/8/05, koorb <[EMAIL PROTECTED]> wrote: > We only checked out the code a little while ago ... we got it working > by first changing the javascript to include all the ?tg_format=json on > each call then by using @turbogears.expose(format=json) instead - > seemed like a easier way to maintain it.
Yes, that would work around the bug. Apparently, your copy of svn does not magically reach on to my computer and pick up changes that I hadn't checked in. (I think that's a good thing :) So, I just checked in the fix for the bug... if you do an svn up, all should be well. > Another thing I noticed was that when I changed the output to xhtml > rather than html the entire thing just fell apart, the beautiful table > widget and the ajax. That's probably because today's web browsers predominantly have HTML engines and not XHTML engines. > > There was definitely a bug that I fixed on Saturday for this > > For which, the catwalk thing? No, the JSON serialization bug. Kevin

