Dear all

I have a very simple setup, two tables, linked by id:

Table 1: (channels): ID, channel_name, source, number
Table 2: (channel_actions): ID, channel_id, action, address

Table2 links to Table1 through channel_id->id

When I add a new channel (table1) I have set the validation to
"VALID_NOT_EMPTY" in the number field. And If I try to save the row
with the field empty, it promptly shows me the error "This field
cannot be left blank"

HOWEVER

When I try to create a new channel_action (table2), which also has the
validation set to "VALID_NOT_EMPTY" in the address field, the save
fails BUT no error message are shown! If I put data in the field and
hit save, everything saves as it should.

Is this a known bug? Or Am I doing things the wrong way?

Many thanks in advance

Mike


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to