Generally if you are manually rendering a view, you should do: $this-
>autoRender = false;
If you are trying to get the PDF to show up instead of the controller
action's view, you could try doing a $this->redirect() as documented
here: http://book.cakephp.org/view/425/redirect
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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?hl=en
-~----------~----~----~----~------~----~------~--~---