This turned out to be an error in my code, a typo in a variable. Once I fixed the variable name everything worked great! Cake rocks!
On Mar 9, 4:58 pm, starkey <[email protected]> wrote: > Hello all, > > I've seen several articles/posts on this and have had some success > following them, however, now I need to validate the data and I am > having to do too much jerry-rigging of the data to get the form to > display the originally submitted data with the errors. > > For example, I have this name and select box on each row (ii is the > increment): > $form->input('User.'.$ii.'.name'); // User.0.name > $form->input('User.'.$ii.'.department_id'); // User.0.department_id > > When the form is posted and a validation error is found with the name > then the original name and department option are not repopulated as > they are with single row create/update forms. > > I saw this was fixed in Ticket #3044 but I can't seem to get it to > work. > > Would you offer some guidance? > > Thanks! --~--~---------~--~----~------------~-------~--~----~ 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=en -~----------~----~----~----~------~----~------~--~---
