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 cake-...@googlegroups.com.
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?hl=.


Reply via email to