You could refactor the contollers and move the stuff you need to use in multiple places to a shared controller. Then you should be able to access the bits of the page you want without render()
.
You could refactor the contollers and move the stuff you need to use in multiple places to a shared controller. Then you should be able to access the bits of the page you want without render()
.