I have an add User page that has a set of checkboxes representing the User model's HABTM relationship to another model. On form submission, when one of the validation rules gets triggered, all the checkboxes disappear. Has anyone else encountered this problem?
To get around it, I do the validation in the Users controller and resend the HABTM data on validation failure. Is this standard practice or am I missing something? 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 -~----------~----~----~----~------~----~------~--~---
