Hi, I updated to a nigthly 2 days ago : * @since CakePHP(tm) v 1.1.11.4062 * @version $Revision: 6311 $ * @modifiedby $LastChangedBy: phpnut $ * @lastmodified $Date: 2008-01-02 00:33:52 -0600 (Wed, 02 Jan 2008) $
I noticed a problem with the FormHelper and accents. The following calls are displaying a blank value for the option text or the submit value : echo $form->end('Mettre à jour ce CV'); $form->select($curr_lg, Array('Non parlée'=>'Non parlée','Notion'=>'Notion', 'Professionnel'=>'Professionnel', 'Courant'=>'Courant'), null, null, false). Replacing "à" by "a" and "é" by "e" make it works fine ... Thanks in advance for your Help ... Pierre. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---