Re: [web2py] Re: DAL validation issue

2012-03-21 Thread Larry G. Wapnitsky
Thanks, Niphlod. Still learning, and asking questions is how I do it. I'll work on your suggestions from this and the other thread. On 3/20/2012 5:10 PM, Niphlod wrote: You are using validators in the wrong way, and also the forms in a twisted one.maybe a little refresh reading the book

[web2py] Re: DAL validation issue

2012-03-20 Thread Niphlod
You are using validators in the wrong way, and also the forms in a twisted one.maybe a little refresh reading the book is necessary 1st of all Field('reportedby', 'string', db.auth_user, writable=False, readable=False, default=auth.user.username if auth.user else '') you are