> AttributeError: Macro instance has no attribute 'form'

macro.form is gone.

This was deprecated since quite a while and because there is not only
request.form now, but also request.args and request.values, we finally
killed it.

request.form = current POST form fields
request.args = current URL args
request.values = both mixed together

http://moinmo.in/MoinMoinTodo/Release%201.9/FormReview



------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to