Hi there,
I have

var $helper = array(
   'Js' => array('Prototype')
);

declared in AppController and my custom-PagesController.
Anyhow I see some jQuery-script beeing rendered, as I call

$this->render('/pages/home');

from my controller.
I even tried declaring the helper and engine from there with no
effort...
If I call a redirect or hit the page directly everything is fine:
Prototype-code.

My way out of there could be changing the default name of the
engineClass from jQuery to Prototype.
I'm not shure, if this is a bug. Has anyone experienced something
similar or a better idea than editing the JsHelperFile?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to