[web2py] Re: getting result of SQLFORM.widgets.checkboxes.widget

2018-03-23 Thread Lee Carmichael
I see what was going on. I was only adding the search result to my request.vars so the checkbox results were, as one would expect, not making into request.vars! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https:/

[web2py] Re: getting result of SQLFORM.widgets.checkboxes.widget

2018-03-23 Thread Lee Carmichael
Great. Thanks for the help. I'll dig around. I guess the weird thing is that checked checkboxes also return None. Anyways, I'll see what i can find and post a follow-up. Thanks again. On Friday, March 23, 2018 at 1:20:57 AM UTC-4, Dave S wrote: > > > > On Thursday, March 22, 2018 at 6:54:16 PM

[web2py] Re: getting result of SQLFORM.widgets.checkboxes.widget

2018-03-22 Thread Dave S
On Thursday, March 22, 2018 at 6:54:16 PM UTC-7, Lee Carmichael wrote: > > Hey all, I'm trying to implement two check boxes where the first is > checked by default, but both or only the second are acceptable checked > patterns (at least one must be checked). > > In my controller I have the foll