[web2py] Re: error compiling app

2010-04-17 Thread mdipierro
uploading to trunk! On Apr 17, 10:23 am, Jonathan Lundell wrote: > On Apr 16, 2010, at 6:47 PM, mdipierro wrote: > > > I am readying your question and my answer again and I said something > > silly. You should be able to do what you originally proposed > > > {{extend request.layout}} although I'd

Re: [web2py] Re: error compiling app

2010-04-17 Thread Jonathan Lundell
On Apr 16, 2010, at 6:47 PM, mdipierro wrote: > I am readying your question and my answer again and I said something > silly. You should be able to do what you originally proposed > > {{extend request.layout}} although I'd probably do {{extend > reponse.layout}} instead. I tried and both work for

[web2py] Re: error compiling app

2010-04-16 Thread mdipierro
I am readying your question and my answer again and I said something silly. You should be able to do what you originally proposed {{extend request.layout}} although I'd probably do {{extend reponse.layout}} instead. I tried and both work for me (unless the app is bytecode compiled). If the app is

Re: [web2py] Re: error compiling app

2010-04-16 Thread Jonathan Lundell
On Apr 16, 2010, at 5:13 PM, mdipierro wrote: > Not quite. > > {{extend name}} without quote is supported by name has to be a > variable containing the name of the template. This allows to have > templates determined dynamically based on user for example. So instead of {{extend request.layout}},

[web2py] Re: error compiling app

2010-04-16 Thread mdipierro
Not quite. {{extend name}} without quote is supported by name has to be a variable containing the name of the template. This allows to have templates determined dynamically based on user for example. On Apr 16, 5:24 pm, Jonathan Lundell wrote: > On Apr 16, 2010, at 2:11 PM, Jonathan Lundell wrot