oh ignore this I found out what I was doing I added _py_object = request.environ['pylons.pylons'] into my base.Controller since it was squawking it wasn't there, and that is what was causing my heart ache. whoops
On Nov 23, 3:19 pm, Jason <[EMAIL PROTECTED]> wrote: > I've noticed while trying to get the rest decorators to work that one > behavior I don't understand and I was wonder if this was normal. > When a controller is called the decorators are only called the first > time, so if I do a post to a resource with this decorator > @rest.dispatch_on(POST = 'mydef') > every call after that first one is treated as if it was a post request > and same thing but with get if a get is done the first time, am I > missing something? > -Jason --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

