I'm not sure this is specific to cakePHP, but has anyone encountered
an issue with IE7 where it truncates an array-like form field?
Basically, I have a dynamic form using javascript that allows an
arbitrary number of fields, all named the same (prices.0.price, prices.
1.price, etc). Whenever I submit the form in IE7, it seems to only
take the first and last field, and drops everything in between. So if
I have 4 fields, $this->data will show up with only fields 0 and 3.

Is there a fix for this that anyone knows about or has anyone found a
way around it? FF, IE8, Chrome, Safari all work just fine.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to