[web2py] Re: SQLFORM doesn't have SELECT element values

2014-07-22 Thread Cliff Kachinske
The Chrome developer tools should show the dragged-to select being populated as you drag things across. If things aren't moving look in the "console" tab for errors. Also you can insert alert statements into the javascript to see if the events are firing. On Tuesday, July 22, 2014 5:01:55 PM

[web2py] Re: SQLFORM doesn't have SELECT element values

2014-07-22 Thread Frank Buibish
I just checked what was being sent via POST, and it's not submitting an empty variable corresponding with the select name. Now could this be because the select tag isn't an input tag? I'm not an html pro yet, so small details like this are something i will learn with time. Any suggestions on

[web2py] Re: SQLFORM doesn't have SELECT element values

2014-07-21 Thread Anthony
Yes, you're allowed to bump. Use the browser developer tools to see what gets sent to the server when you submit the form. Perhaps the problem is with the JavaScript on the client side. Anthony On Monday, July 21, 2014 8:18:30 PM UTC-4, Frank Buibish wrote: > > Am I allowed to bump in this foru

[web2py] Re: SQLFORM doesn't have SELECT element values

2014-07-21 Thread Frank Buibish
Am I allowed to bump in this forum? if not this shall be the last time...most likely On Thursday, July 17, 2014 10:43:56 PM UTC-4, Frank Buibish wrote: > > > Bench > > > They get added through javascript from the first select element. > > On Thursday, July 17, 2014 10:14:17 PM UTC-4, Anthony

[web2py] Re: SQLFORM doesn't have SELECT element values

2014-07-17 Thread Frank Buibish
Bench They get added through javascript from the first select element. On Thursday, July 17, 2014 10:14:17 PM UTC-4, Anthony wrote: > > The first select has no name, and the second one has no options. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://gith

[web2py] Re: SQLFORM doesn't have SELECT element values

2014-07-17 Thread Anthony
The first select has no name, and the second one has no options. -- 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

[web2py] Re: SQLFORM doesn't have SELECT element values

2014-07-17 Thread Frank Buibish
Title: How long is this workout?: Add Exercise + Bench Kettle Bell Breathing Squat Zercher Squat

[web2py] Re: SQLFORM doesn't have SELECT element values

2014-07-17 Thread Anthony
What does the final form HTML end up looking like in the web page? On Thursday, July 17, 2014 8:39:26 PM UTC-4, Frank Buibish wrote: > > It does not just says none > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https

[web2py] Re: SQLFORM doesn't have SELECT element values

2014-07-17 Thread Frank Buibish
It does not just says none -- 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 "web

[web2py] Re: SQLFORM doesn't have SELECT element values

2014-07-17 Thread Anthony
Is the value available in request.post_vars.selections? On Thursday, July 17, 2014 3:37:38 PM UTC-4, Frank Buibish wrote: > > So I'm trying to build a multiple select box where i move things from a > select box on the left and put them on the right. I have the values moving > correctly through