I have added a list:string field to my auth_user table using 
auth.settings.extra_fields:

auth.settings.extra_fields['auth_user'] = [
    Field('f_dtf', type='list:string', custom_qualifier=dict())
    ]

The new field shows up fine.  But when I try to manipulate that field from 
the Profile page,  I only end up with a list with 1 element: the full 
contents of the text field.  I have read that the standard widget for these 
would allow for multiple entries by hitting return, but that gets 
interpreted as form submission.

Not sure how to proceed from here; build my own widget?  Write my own view 
for this form?  Any pointers would be appreciated.

- Scott


-- 
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