Hello.
i have a form like this one:
echo $form->create("Order");
echo $form->input("code")
for($i=0,$i<10,$i++) {
echo $form->input("Item.$i.code");
echo $form->input("Item.$i.quantity");
}
how do you show errors if more than 1 row fails validation?
div @ the end of the form?
--
You received this message because you are subscribed to the Google Groups
"CakePHP" 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=.