Hai all,

I have a weird problem in Turbogears (or Firefox - not known). The
following is a snippet that gives me the error.

class Root(..):


  @expose(template="foo.templates.foo")
  def foo(self):
    self.bar = model.bar.select()
    return dict(bar = self.bar)

Writing the above snippet and running the application will show me the
foo page first time. But if i refresh the page (Pressing F5) in
Firefox is showing me Pagenotfound error. This problem is getting
solved only by restarting the server every time i wish to access that
url. Can some body help me with this?

P.S. I am using TG 1.0.4 now

Thanks,

Sudarsan Srinivasan

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

Reply via email to