Hi


What is the best way of validating based on the values of several widgets in a 
CForm ? I mean somthing like this:

If (model.foo == 'something') && (model.bar == null) {
        return false;
}else{
        return true ;
}


Where should I do or can I do such a validation ? 

Any idea ??

Regards,
Armaz 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to