Hey!

I want some HTML in my error messages.

<?php echo $form->input('name', array('label' => $lang['Groups']
['newgroup_groupname'].':<br />', 'error' => array(
                                                 'required'     => 
$lang[$this->name]['error_groupname'],
                                                 'lenght'       => 
$lang[$this->name]['error_groupnamelenght'],
                                                 'unique'       => 'This group 
already exist, visit the group <a
href="#">hereeee</a>',
                                                )));?><br />

But the HTML is htmlentitiet!
What can I do?

Thanks,
Montoja

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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