On Thu, Jun 18, 2009 at 12:21 AM, puneetratan<[email protected]> wrote: > (..) > > and one more thing, that when i use $form->input then validations > appears but when i use $form->text then validations does not appear,
I see you solved it. But just for reference, $form->text doesn't provide validation messages. So you have to put $form->error() near it. Best regards. -- MARCELO DE F. ANDRADE Belem, PA, Amazonia, Brazil Linux User #221105 http://mfandrade.wordpress.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
