Zend_Form using subforms getValues() problem

前端 未结 4 1851
[愿得一人]
[愿得一人] 2021-01-27 01:56

I am building a form in Zend Framework 1.9 using subforms as well as Zend_JQuery being enabled on those forms. The form itself is fine and all the error checking etc is working

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-27 02:29

    I have a same problem to get value from subforms I solve it with this but not my desire one code: in controller i get value with this code that 'rolesSubform' is my subform name $this->_request->getParam ( 'rolesSubform' );

提交回复
热议问题