[web2py] Re: assigning class name to SQLform element parent gives error

2011-12-19 Thread Paolo Caruccio
ticket http://code.google.com/p/web2py/issues/detail?id=574 submitted

[web2py] Re: assigning class name to SQLform element parent gives error

2011-12-19 Thread Anthony
This is strange -- when you submit the form but fail to include the rating, for some reason, the 'parent' attribute of the SELECT element is set to None rather than referring to it's parent TD. Can you submit a ticket about that (you can link to this thread): http://code.google.com/p/web2py/iss

[web2py] Re: assigning class name to SQLform element parent gives error

2011-12-19 Thread Paolo Caruccio
no one else has encountered same problem?

[web2py] Re: assigning class name to SQLform element parent gives error

2011-12-18 Thread Paolo Caruccio
My fault. I omitted to say that the error occurs after some options have been selected and form is submitted leaving empty the text input. Thank you for your consideration. Paolo

[web2py] Re: assigning class name to SQLform element parent gives error

2011-12-18 Thread Anthony
I cannot reproduce this error running the exact code you have below. Anthony On Sunday, December 18, 2011 5:16:48 AM UTC-5, Paolo Caruccio wrote: > > *Scenario* > > 1. #model db.py > db.define_table('specializzazioni', > Field('specializzazione', > type='string',notnull=True,label=T('Spe