Thanks for checking this. Having a long day. ;-)

I went for this

        name=self['_name']
        if name==None or name=='': return True
        name=str(name)

Massimo

On Dec 7, 8:24 pm, DenesL <[EMAIL PROTECTED]> wrote:
> It does but there is more to it.
> gluon/html rev.522 now introduces a spurious 'None':'' pair in
> form.vars
>
> Suggested change to line 351 gluon/html:
> if not name: return True
>
> to
> if name=='None' or name=='': return True
>
> (or something similar).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to