On Sunday 15 July 2007 16:53:10 Lisa Ice wrote: > I've pasted my controller.py here: > > http://paste.turbogears.org/paste/1490 > > It is from the tutorial that is here: > http://docs.turbogears.org/1.0/IdentityManagement?action=show > > When I installed Firefox, it brought up a page that actually shows the > same text as the files (localhost and ff75ed7b) that I ended up > downloading with IE7: > > {"tg_flash": "Your application is now running", "now": "Sun Jul 15 > 13:08:30 2007"} > > Maybe I missed a step or have a typo???
The above string is a JSON responde. It is what is in your "flash(...)" command on line 7. This shouldn't be appearing like a downloadable thing, though... It should be rendered with your page. I didn't have this problem here and I don't remember if you have to enable ActiveX or something like that as you had on IE 6 for using AJAX (and I don't know what you're doing on your template...). If you quickstart an application using identity, without changing anything, does this same thing happens? -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

