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
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 Ben to finally commit your thoughts about proposed logos and
general vision about the soul of the project. I think we should be
careful about the logo because it's a critical aspect of communicating
a first impression to the right audience. And at some point it's not
just a question of logo
Actually params are not passed to functions so you need to do:
matchdict = self.request.matchdict
login = db.load_form(matchdict['id']
On Oct 2, 3:08 am, Madhu Alagu wrote:
> Hi,
>
> __init__.py
>
> def main(global_config, **settings):
> """ This function returns a Pylons WSGI application.
Sorry it wasn't clear and I missed an )
def forms(self):
lmatchdict = self.request.matchdict
login = db.load_form(matchdict['id'])
response = Response(login)
response.content_type = 'application/vnd.mozilla.xul+xml'
return response
On Oct 2, 3:08 am, Madhu
Mike,
as a new comer to git (coming from mercurial) I found github help very
easy and simple to use and understand http://help.github.com/
I definitely need help on different upcoming tasks of the new web site
and your request is relevant. I'm currently collecting ideas and
features for the new s