Nobody know solution?

On 13 srp, 13:22, Petr Vytlačil <petr.vytla...@gmail.com> wrote:
> Hi is any way how i can display input validation errors in different
> container input?
> For examle a have model address and user model has deliver and billing
> address sou a need in form for greate user account twice inputs for
> address.
>
> $form->input(Deliveraddress.street);
> $form->input(Deliveraddress.city);
>
> $form->input(Billingaddress.street);
> $form->input(Billingaddress.city);
>
> Model address has set some validation rules and now i want save
> deliveraddress and billingaddress and when i get some valid error i
> wat show error i input pro deliver and billingaddress.
>
> Can i redirect this errors for concrete input or group inputs?
>
> THX

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to