Re: [web2py] Re: Testing the new router (attn Massimo)

2011-01-17 Thread Jonathan Lundell
On Jan 17, 2011, at 10:49 AM, Jonathan Lundell wrote: > > On Jan 17, 2011, at 10:07 AM, Martín Mulone wrote: >> yes is trunk > > If you'd like to try a likely fix to LOAD, you can make this change. In > gluon.compileapp.LoadFactory, you'll see this line toward the end: > >url = url

Re: [web2py] Re: Testing the new router (attn Massimo)

2011-01-17 Thread Jonathan Lundell
On Jan 17, 2011, at 10:07 AM, Martín Mulone wrote: > yes is trunk If you'd like to try a likely fix to LOAD, you can make this change. In gluon.compileapp.LoadFactory, you'll see this line toward the end: url = url or html.URL(request.application,c,

Re: [web2py] Re: Testing the new router (attn Massimo)

2011-01-17 Thread Jonathan Lundell
On Jan 17, 2011, at 10:07 AM, Martín Mulone wrote: > yes is trunk OK, either try the workaround (url=) or if you want to wait, we'll get LOAD fixed in the trunk (might take a day or two). > > 2011/1/17 Jonathan Lundell > On Jan 17, 2011, at 9:38 AM, Martín Mulone wrote: > > return LOAD('plugin

Re: [web2py] Re: Testing the new router (attn Massimo)

2011-01-17 Thread Martín Mulone
yes is trunk 2011/1/17 Jonathan Lundell > On Jan 17, 2011, at 9:38 AM, Martín Mulone wrote: > > return LOAD('plugin_comments','comments.load',args=[tablename, record_id, > page],ajax=True) > > File > "/home/martin/Repositorios/google_appengine/web2py/gluon/compileapp.py", > line 145, in __call

Re: [web2py] Re: Testing the new router (attn Massimo)

2011-01-17 Thread Jonathan Lundell
On Jan 17, 2011, at 9:38 AM, Martín Mulone wrote: > return LOAD('plugin_comments','comments.load',args=[tablename, record_id, > page],ajax=True) > File > "/home/martin/Repositorios/google_appengine/web2py/gluon/compileapp.py", line > 145, in __call__ > extension=extension) > File "/home/