Thanks, that idea works wonderfully; though for anyone else reading
the archives this is the exact code I ended up using:
def override_method(handler):
web.ctx.method = web.input().get("_method", web.ctx.method)
return handler()
app.add_processor(override_method)
-- Shish
--
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en.