Re: Radio button error message not showing up

2012-06-14 Thread Pradhap
I hope this may work, this worked for me http://webnans.blogspot.com Thanks Pradhap On Saturday, March 27, 2010 12:35:58 AM UTC+5:30, aapljack wrote: I am building a form with a set of radio buttons and am failing to get any kind of error message when they don't pass the validation.

Radio button error message not showing up

2010-03-26 Thread aapljack
I am building a form with a set of radio buttons and am failing to get any kind of error message when they don't pass the validation. Here is the model code I have for validation.. var $validate = array( 'name' = array( 'rule' = 'notEmpty',

Re: Radio button error message not showing up

2010-03-26 Thread Dr. Loboto
Use $form-input() instead of $form-radio() or use $form-error() together with $form-radio() On Mar 27, 1:05 am, aapljack brianmiddle...@gmail.com wrote: I am building a form with a set of radio buttons and am failing to get any kind of error message when they don't pass the validation. Here