Hello,

I have a form for editing articles, which hasMany images.  Everything
works fine until I try to use a multi record approach to images (e.g.
Image.0.id, Image.1.id, Image.$id.src).  Once I put in the Model.
$id.fields using the form helper and try to submit I get blackholed.
Why might this be happening.

Also, I notice that if I do Image.id.0, Image.id.1, etc. ($id last,
not in the middle)  I'm not blackholed.

Thanks for your help.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to