Adding form elements with same index causes only the last to be rendered
Just spent a good part of yesterday hunting for the root cause of Zend Form not rendering some of my form elements.
Without this patch, the sorting routine overwrites elements if they already exist with the same "order" value, causing them to not be rendered even though they are part of the form for all other purposes. I'm pretty sure this confusing behavior can't be the intention of the framework user, so throwing an exception seems appropriate. Unless someone wishes to create a non-ambiguous solution that automagically handles this?