The first step to figuring out that sort of problem is probably to turn on your javascript console or debugger. I recommend using FireFox as your browser, because the Javascript Console comes installed by default. Just look for "Javascript Console" under the "Tools" menu.
In Safari you have to turn on the secret "Debug" menu to get to the javascript console.. Info on how can be found here: (there are multiple ways suggested on this link) http://www.macosxhints.com/article.php?story=20030110063041629 Not sure about IE on the PC, sorry! Once you get the Javascript Console open, re-load your page. There's probably an error in your javascript somewhere. If not, look at what turbogears is outputting in the console. Did it spit out an error? Better go track it down. Does it look like no AJAX requests are being received? Better go look at your javascript and figure out what's wrong. hope this helps as a little intro! -ian emzett wrote: > I have started with Brian's TG Tutorial, and it seems to be ok, except > of the Ajax part. There is no reaction when I click on the 'edit' > button. > Has anyone an idea how I can find out, what's wrong? > > I had also a problem in the controllers.py with the 'redirect', but it > worked after replacing it by raise cherrypy.HTTPRedirect --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

