the error message all set up.
Thanks again.
Dave
-Original Message-
From: John Andersen [mailto:j.andersen...@gmail.com]
Sent: June-12-09 3:50 AM
To: CakePHP
Subject: Re: Multiple Checkbox Validation help
Hi Dave,
On the assumption, that all the possible values from the checkboxes
Hi Dave,
On the assumption, that all the possible values from the checkboxes,
can be found in the database, I would consider using:
http://book.cakephp.org/view/152/Adding-your-own-Validation-Methods
and in the validation method, validate that the submitted checkbox
values exists in the databas
I am trying to validate multiple checkboxes of a HABTM table. I managed to
validate the values but cannot get a message to display. I have my own
compare values in db against submitted data to validate but no message
appears
I then see in the cookbook
var $validate = array(
'fun