You saved my day. :D

I was messing with this problem the whole day and never thought it
would be that simple :).

Thank you so much for this simple solution!

Greetings
worthy

On 28 Aug., 17:38, Günther Theilen <[EMAIL PROTECTED]> wrote:
> 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 &auml;'
>
> > Now when cakephp fills the form with this data the value of the field
> > changes from
>
> > 'Test &auml;' to 'Test &amp;auml;'
>
> > And so the field shows 'Test &auml; 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 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