this is a shot in the dark but i think this is happening because you are running using $this->cleanUpFields(); in your controller. I'm not sure of a plausible work around and by all means do not get rid of data sanitation, just try that without that to see if that fixes your solution. Then point yourself in the Data Sanitation section or the manual to see if you can override some of the fields but protect others.
On Sep 19, 9:59 am, JuergenE <[EMAIL PROTECTED]> wrote: > Hi group > > I have used the search, but could not find a hint to my problem. > I have a standard-edit-form (created with the bake.php-script). This > form is populated with the standard-functions (I didn“t change > anything). When saving the forms, some characters of the formdata are > turned into their html-entities (like "&" -> &). > This does only occur with textfields, not with textareas. > > Can anybody help me, because with every edit the "&" is > "extended" (&amp;) > Thanks in advance > Juergen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
