The web2py widget for it is almost done! I just need to solve one issue: form.errors:
<Storage {'tags': 'no data'}>
request.vars:
<Storage { 'tags': ['teste', 'web2py', 'python'], '_formname': 'article/1',
'_formkey': 'a3e43fe5-6056-49d8-9db6-b03d47212271', 'id': '1'}>
I dont know why, but form is not receiving the same args as request, or
form is not validating its type for a list:string field.
--
Bruno Rocha
[http://rochacbruno.com.br]

