On Jun 29, 12:43 pm, "Allen Romero" <[EMAIL PROTECTED]> wrote:
> For some reason, if there are multiple fields with the same name (as
> in the example you gave) the post still only shows the value for the
> last field (in this case Women) and disregards any previous values for
> that field.
>
> Is this behavior normal? or am I doing something wrong?
Yes, this is "normal" behavior. What's happening is that the name is
the same....browsers all handle this the same way. It's not a cake
issue, per se.
If you want to have multiple instances of a particular model in a
single form you need to "step" ( http://walkerhamilton.com/431/stepping
)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---