That could mean you're trying to use a helper in the element that's not
being loaded in the main (calling) controller.  What do you mean by
"link the view back to it's controller"?  Make an <a /> link back to an
action in that controller?

Elements aren't view specific, so they aren't bound to a given
controller, but what you could do is use the requestAction method like
so:

$this->requestAction("/controller/action/param");

which allows you to render one view inside of another.


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

Reply via email to