I went ahead and submitted a ticket for this, I guess I'll stop using
FormHelper for these fields until I get some resolution on this issue.

http://cakephp.lighthouseapp.com/projects/42648-cakephp/tickets/2180-formhelper-not-creating-sequential-associated-model-fields

On Oct 21, 11:27 am, handsofaten <b...@saharagray.com> wrote:
> In Cake 1.3, it would generate fields like this:
>
> <input name="data[Author][0][name]" type="text" value="John Steinbeck"
> id="Author0Name">
>
> But in Cake 2.0, I'm getting:
>
> <input name="data[Author][Author]" type="text" value="John Steinbeck"
> id="AuthorAuthor">
>
> Which doesn't handle multiple fields properly. Anyone know what might
> be going on here?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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

Reply via email to