Any news on this?. I am on 1.78.3 and tried it too on 1.78.2 on a Mac OSX with Firefox and I am having the same trouble. The response.file.append doesnt seem to appear.
I have also tried with 1.76.5 with the same result. What is suggested to do as a work around?. On the other hand, any place I can download an older version where this worked?. Thank you, Benigno. On May 17, 10:52 pm, mdipierro <mdipie...@cs.depaul.edu> wrote: > I suspect the 1.77.3 version you have OSX and the one you have on > Windows are not exactly the same (one may be trunk and one stable). > > Anyway there is definitely a problem with 1.78.x. It seems to ignore > code preceding {{extend '....'}}. > > Massimo > > On May 17, 2:16 pm, Miguel Lopes <mig.e.lo...@gmail.com> wrote: > > > OK > > WinXP (client and server - LAN) > > client IE 6, server: web2py 1.78.2 with SSL - fails > > client Firefox 3.6.3, server: web2py 1.78.2 with SSL - fails > > client IE 6, server: web2py 1.77.3 no SSL - works > > client Firefox 3.6.3, server: web2py 1.77.3 no SSL - works > > > OSX (client and server - localhost) > > client Safari OSX, server: web2py 1.77.3 no SSL - fails > > client Firefox 3.6.3 OSX, server: web2py 1.77.3 no SSL - fails > > client Safari OSX, server: web2py 1.74.4 no SSL - works > > client Firefox 3.6.3 OSX, server: web2py 1.74.4 no SSL - works > > > This is strange, but I doubled checked! > > > Miguel > > > On Mon, May 17, 2010 at 7:55 PM, mdipierro <mdipie...@cs.depaul.edu> wrote: > > > Summarizing. It always works exept when you run 1.78.x over SSL on XP. > > > Didd you check if 1.78.x works without SSL and if it works on other > > > platform (Mac, Linux)? Did you check different browsers (although this > > > does not look like a browser problem)? > > > > Massimo > > > > On May 17, 1:43 pm, Miguel Lopes <mig.e.lo...@gmail.com> wrote: > > > > The net effect is thatresponse.files.appendseems to be ignored. > > > > The client receives the page but the appended files are missing. > > > > > On Mon, May 17, 2010 at 7:38 PM, mdipierro <mdipie...@cs.depaul.edu> > > > wrote: > > > > > How does it fail? > > > > > > On May 17, 1:29 pm, Miguel Lopes <mig.e.lo...@gmail.com> wrote: > > > > > > Correction and extra data: > > > > > > > Fails on Windows XP with 1.78.2 with SSL enabled, > > > > > > Works on the same setting with 1.77.3 SSL off. > > > > > > > On Mon, May 17, 2010 at 7:12 PM, Miguel Lopes <mig.e.lo...@gmail.com > > > > > > wrote: > > > > > > > I have an app running smoothly on OSX that fails on Windows XP. > > > > > > > I've traced the cause to the use ofresponse.files.append(URL(...)) > > > in > > > > > > > views that extend layout > > > > > > > > In OSX this works with web2py 1.74.4: > > > > > > > > {{response.files.append(URL(r=request, c='static/biz', > > > > > f='common.js'))}} > > > > > > > {{response.files.append(URL(r=request, c='static', > > > > > f='dashboard.css'))}} > > > > > > > {{response.files.append(URL(r=request, > > > c='static/jquery-autocomplete', > > > > > > > f='jquery.autocomplete.css'))}} > > > > > > > {{response.files.append(URL(r=request, > > > c='static/jquery-autocomplete', > > > > > > > f='jquery.autocomplete.js'))}} > > > > > > > > {{extend 'layout.html'}} > > > > > > > > In Windows XP with both web2py 1.77 and 1.78.2 doesn't work! > > > > > > > > Miguel > >