[web2py] potential problem in gluon.storage.Storage.getlist()

2012-11-27 Thread roger
Hi there, I just tracked down a thorny problem I was having with Storage.getlist(), and think it may be useful to folks. The particular situation was a strange edge-case, where I'm wanting a request.vars value as a list, so am calling: my_ids = request.vars.getlist('my_id') The problem was tha

[web2py] Re: potential problem in gluon.storage.Storage.getlist()

2012-11-27 Thread roger
Fast work! Thanks On Tuesday, November 27, 2012 8:16:22 AM UTC-8, Massimo Di Pierro wrote: > > Good catch! Fixed in trunk. > > On Tuesday, 27 November 2012 03:37:43 UTC-6, roger wrote: >> >> Hi there, >> >> I just tracked down a thorny problem I was having with

[web2py:34780] Starting a job from web2py

2009-11-07 Thread Roger Gicquel
Is there a (good) way to control a job from a web2py controller ? By control I mean: start, stop and communicate with it. By job I mean everything that take too long to wait the end before the controller return. My first need is a long running python function (that I can encapsulate in an object,

[web2py:34840] Re: Join web2py wave

2009-11-07 Thread Roger Gicquel
+1 pls. On Nov 8, 4:37 am, DenesL wrote: > I will take one. Thank you. > > On 7 nov, 16:08, Nicolás de la Torre wrote: > > > Invited: > > > debe...@yahoo.com > > kuo...@gmail.com > > murxun...@googlemail.com > > jorgeh...@gmail.com > > > I have 5 invites left. Just ask. --~--~-~--~

[web2py] Datepicker not showing up for simple input field

2011-11-26 Thread Roger Baker
Hello, I know I am probably overlooking something really obvious, but I can't get the datepicker to show up for a simple search field. The search seems to work ok, but I have to manually enter the date. my controller function is: **