Hi, I have just upgraded to ZF 1.10.4 and this has caused a lot of problems
with by array notation forms. I notice there have been a lot of changes but
I can't find the answer to my problem!

I used to add elements to sub forms for adjusting quantities, the name of
the element would be the id of the item, thus creating forms like so:

Textbox: quantity[717]
Textbox: quantity[718]
Textbox: quantity[900]
etc. etc.

However this morning after the upgrade this stopped working and all the data
coming out of Zend_Form->getValues() has been re-indexed starting at 0. I
noticed something about re-indexing in Jira but don't think it relates.

The new values are:
quantity[0] =
quantity[1] =
quantity[2] =

Have I missed a new flag or is this now broken?

Thanks
Simon
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Zend-Form-Array-Notation-values-being-re-indexed-tp2122097p2122097.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to