Realised my errror, I forgot to add

$this->autoRender=false;

to my function.
Harro

On Oct 22, 1:32 am, Harro <[EMAIL PROTECTED]> wrote:
> Is there something I am missing here, I am trying to use the editor
> helper to create an edit in place text field.
> I am using this:
>
> <?php echo $ajax->editor('text_1', 'change'); ?>
>
> However when I click the ok button to send the request via ajax, I get
> the missing view error for the change() function, shouldn't it just
> send the request to the function and not require a view?
>
> Thanks for any help, Harro.


--~--~---------~--~----~------------~-------~--~----~
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