I got a little further, still no succes though
i learned that i need to get rid of the html helper for 2 reasons:
1) the html helper always emits an "id" tag => if you have fields with
the same name, you have twice the same id on one page. which is a
violation of xml rules
2) i need to have an array in the form of [model][number][field]. in
order to be able to loop through the array afterwards to save each
unique record. with the html helper you can only get [model][field]. or
[model][field][number].

but anyway, here is my new code:
http://cakephp.org/pastes/show/967984a2799994afe9b3710428e5a6a2

i think i'm pretty close but still need some help


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to