3214 Posts in 848 Topics by 810 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 677 Views |
-
renderWith() template on its own

6 April 2011 at 8:46pm
So I'm trying to render my page. I have action function within Page_Controller class called ViewSavedJobs. I want so when I call a link in browser http://localhost/Project/ViewSavedJobs, I get a page rendered with ViewSavedJobs.ss that's stored within root of templates folder.
Now what I get is that all defined Requirements within Page.php appear on my rendered page. What is the solution to renderWith() page without all the Page.php Requirements? I don't want to create a separate Page class for that. I need solution so I could use renderWith or something similar.
Thanks.
-
Re: renderWith() template on its own

7 April 2011 at 11:49am
It uses the requirements you have defined on your controller, irrespective of if your template extends Page since the template engine has no idea about those things. You could call Requirements::clear() before rendering your template which would clear all the requirements defined on that controller.
| 677 Views | ||
|
Page:
1
|
Go to Top |


