Hi,
do you use the form helper?
If so try something like this:
$form->input('foo.bar', array('escape' => false))
Regards
Guenther
worthy schrieb:
> Another explaining example for the edit form:
>
> http://localhost/regions/edit/15
>
> data['Regions']['id']=15
> data['Regions']['name']='Test ä'
>
> Now when cakephp fills the form with this data the value of the field
> changes from
>
> 'Test ä' to 'Test ä'
>
> And so the field shows 'Test ä instead of 'Test ä'
>
> Is there any way to tell cakephp not to check for specialchars?
>
> Maybe now there is some help? :P
>
> Greetings
> worthy
> >
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---