Julien Huang wrote:
> 
> If obtain this :
> <input name="question42[]" value="0" />
> 
> While I want this :
> <input name="question[42][]" value="0" />
> 
> -- 
> Julien Huang
> 
> 

It is very useful to be able to use this syntax I agree. There are areas
where Zend Framework is over engineered and unfortunately forms is one of
them.

In this case I would drop back to processing the elements without Zend
Form's help.

-- 
View this message in context: 
http://www.nabble.com/Zend_Form-and-square-brackets-in-elements%27-name-tp20483297p24866654.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to