Re: [web2py] Re: SQLEDITABLE: redirect after submit

2014-07-09 Thread Fabiano Almeida
Thanks Kato! Fabiano. 2014-07-09 9:24 GMT-03:00 'kato' via web2py-users : > I was a little wrong. If you want to redirect, and will not work because > such in the ajax. > Please write as the following. > > def demo050(): > response.title = 'demo050' > response.view = 'plugin_sqleditable

Re: [web2py] Re: SQLEDITABLE: redirect after submit

2014-07-09 Thread Fabiano Almeida
Hi Kato, Thanks again!! Fabiano. 2014-07-09 8:52 GMT-03:00 'kato' via web2py-users : > Hi. > > You can write same as SQLFORM. > > example. > def demo070(): > response.title = 'demo070' > response.view = 'plugin_sqleditable/sample.html' > editable = SQLEDITABLE(db.employee_sheet, sh

Re: [web2py] Re: SQLEDITABLE: redirect after submit

2014-07-09 Thread Fabiano Almeida
Hi Samurai, I tried other way: use 2 buttons: sqleditable submit to save grid, then a second button to process new data and redirect to other page. I think this is not the best way... Fabiano. 2014-07-09 5:33 GMT-03:00 samurai : > If u have got the answer then please share with us also. > > >