Pylons FormEncode with an array of form elements

前端 未结 2 1108
醉酒成梦
醉酒成梦 2021-02-06 19:00

I have a Pylons app and am using FormEncode and HtmlFill to handle my forms. I have an array of text fields in my template (Mako)

  
    Yardage&l         


        
2条回答
  •  清歌不尽
    2021-02-06 19:49

    c.form_result = schema.to_python(request.params) - (without dict)
    

    It seems to works fine.

提交回复
热议问题