Simon,
would you give a tiny example to reproduce this and if it is reproduceable, i 
will fix it asap.
Greetings, Christian

> 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

Reply via email to