I just tried your code and I get the 405 Method Not Allowed error too.

If I visit the http://localhost:8080/blog URL it responds with a 200 OK
header, so the problem is only in the POST method. If I remove the session,
the problem persists, so it isn't related. Finally, if I add a POST method
to index class and modify the form's action value to point to that class,
the error disappears. It seems like the problem is something related with
the sub application management.

I'm really curious. Does anybody knows what may be happen?

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to webpy+unsubscr...@googlegroups.com.
To post to this group, send email to webpy@googlegroups.com.
Visit this group at http://groups.google.com/group/webpy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to