Re: [web2py] Re: web2py 2.1.1 web2py-component-flash breaks backward compatibility

2013-04-16 Thread damufo
Hi, Very thanks!, now work fine! En 16/04/2013 0:59, Massimo Di Pierro escribiu: You need to upgrade web2py.js in your applications copy it from welcome. On Monday, 15 April 2013 11:32:16 UTC-5, dam...@gmail.com wrote: Hi, I have same problem: response.flash = T('Thank you for

[web2py] Re: web2py 2.1.1 web2py-component-flash breaks backward compatibility

2013-04-15 Thread Massimo Di Pierro
You need to upgrade web2py.js in your applications copy it from welcome. On Monday, 15 April 2013 11:32:16 UTC-5, dam...@gmail.com wrote: > > > Hi, > I have same problem: > > response.flash = T('Thank you for your reply!') > return > Thank%20you%20for%20your%20reply%21 > > > > gluon/main.py >

[web2py] Re: web2py 2.1.1 web2py-component-flash breaks backward compatibility

2013-04-15 Thread damufo
Hi, I have same problem: response.flash = T('Thank you for your reply!') return Thank%20you%20for%20your%20reply%21 gluon/main.py if request.cid: if response.flash: http_response.headers['web2py-component-flash'] = \

[web2py] Re: web2py 2.1.1 web2py-component-flash breaks backward compatibility

2013-04-15 Thread damufo
Hi, I have same problem: response.flash = T('Thank you for your reply!') return Thank%20you%20for%20your%20reply%21 gluon/main.py if request.cid: if response.flash: http_response.headers['web2py-component-flash'] = \

[web2py] Re: web2py 2.1.1 web2py-component-flash breaks backward compatibility

2013-04-15 Thread damufo
On Monday, October 22, 2012 4:59:15 AM UTC+2, weheh wrote: > > There appears to be some new code in gluon/main.py to handle component > flash. > > # @line 564 in gluon/main.py > if response.flash: > http_response.headers['web2py-component-flash'] = urllib2.quote( > xmlescape(response.flash).