I'm making use of list:string to store registration numbers (for cats):

db.define_table(
    'cat',
    ...   
    Field('reg_numbers', 'list:string'),
    format = '%(name)s'
    )

and using sqlform.grid in the 'cat' controller. For web2py versions <= 
2.4.x  this worked fine - displaying a text box with trailing '+' and '-' 
to add or remove list entries.

I noticed after updating to 2.8.2 that the +/_ controls had vanished. I 
happened to have a 2.7.4 zip and well and thay have vanished in that 
version too. Is there some new way this works now, or is it a bug?

Cheers

Mark

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to