Recursive request and page layout

2009-08-07 Thread SardarNL
Hi Folks Here is the problem, we have some pages that don't contain any content, but rather layout the blocks which are served by other views. Extending the template and overriding some blocks is not a solution, because there are many unrelated blocks, that can not be rendered by a single view.

Re: Recursive request and page layout

2009-08-08 Thread SardarNL
> On Aug 7, 5:24 pm, SardarNL wrote: > > > > > Hi Folks > > > Here is the problem, we have some pages that don't contain any > > content, but rather layout the blocks which are served by other views. > > Extending the template and overriding some blocks is n

Re: Recursive request and page layout

2009-08-10 Thread SardarNL
nt of > http. If you want something simpler, use iframe and point it to the > correct url. > > Regards, > Prabhu > > On Aug 8, 12:11 pm, SardarNL wrote: > > > I've checked the custom tags and the middleware that automatically > > registers request object insid