OK.  Mystery solved.  The root cause was a hole in my understanding of
the API, and a stupid typo.  In AppController, I overrode render() to
set some variables in the view for each request.  After digging
through the API source, I was reminded of beforeRender() which does
what I was trying to do in overriding render().  Once I changed the
method to that, things started working again.  At that point, I
realized that in my render() method, when I called the method on the
parent class, I failed to pass along the three parameters.

So.   User error.  Thanks to all that helped. :)

-- 
jason lee
http://www.steeplesoft.com
http://blogs.steeplesoft.com
http://littlezoper.livejournal.com

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

Reply via email to