Re: [web2py] Problem with validator IS_LIST_OF(IS_EMAIL())

2012-09-16 Thread Bruno Rocha
I just looked at the code but I cant see how did you solved this, I am having the exact problem on another custom widget. I want a field where users will put recipe ingredients separated by new lines *The field* Field("ingredients", "list:string", requires=LINE_SEPARATED_LIST(), widget=ListTextW

[web2py] Problem with validator IS_LIST_OF(IS_EMAIL())

2012-09-15 Thread Martin Weissenboeck
I have a simple table, one name and a list of email-addresses: db.define_table('address', Field('name'), Field('emails','list:string', requires=IS_LIST_OF(IS_EMAIL( Now I add one name and two email-addresses to this table. Id: 1 Name:Smith Emails: jsm...@example.com