Ok... now we have to implicitly import them...
from webhelpers.form_tag import *
On Apr 2, 6:08 pm, blaf <[EMAIL PROTECTED]> wrote:
> Hi,
>
> there is a problem with webhelpers... looks like ${h.function} doesn't
> work anymore with beta 3? Am I missing something?
>
> Thanks,
>
> Blaise
--~--~--
Hi,
there is a problem with webhelpers... looks like ${h.function} doesn't
work anymore with beta 3? Am I missing something?
Thanks,
Blaise
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"pylons-devel" group.
To p
Hello,
paster create -t pylons kk version=0.144 sqlalchemy=true
template_engine=genshi zip_safe=false
from pylons.templating import render_mako as render
Is it useful for Multi-Template ?
Thanks
Madhu Alagu
On Apr 1, 8:46 am, Madhu Alagu <[EMAIL PROTECTED]> wrote:
> Thanks,Now,It's wo
Thanks,Now,It's working fine.
On Apr 1, 6:54 am, "Mike Orr" <[EMAIL PROTECTED]> wrote:
> On Mon, Mar 31, 2008 at 7:00 AM, Madhu Alagu <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > pylons-0.9.7beta3.
>
> > login.py
>
> > def index(self):
> > return render('/login.mak')
>
> > I receive a
On Mon, Mar 31, 2008 at 7:00 AM, Madhu Alagu <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
>
> pylons-0.9.7beta3.
>
>
> login.py
>
> def index(self):
> return render('/login.mak')
>
>
>
> I receive an error message "NameError: global name 'render' is not
> defined"
You have to import it:
On Mar 31, 2008, at 7:00 AM, Madhu Alagu wrote:
I receive an error message "NameError: global name 'render' is not
defined"
Correct, the comment thats in new controller by default indicates how
to fix this. You need to import the appropriate render statement:
from pylons.templating import
Hello,
pylons-0.9.7beta3.
login.py
def index(self):
return render('/login.mak')
I receive an error message "NameError: global name 'render' is not
defined"
Thanks
Madhu Alagu
On Mar 17, 2:12 am, Ben Bangert <[EMAIL PROTECTED]> wrote:
> On Mar 16, 2008, at 5:35 PM, Anton2 wrote: