[web2py] Re: form in load component must be process directly

2015-07-17 Thread 黄祥
my bad, i forgot to include the main actor. *views/default/index.html* {{extend 'layout.html'}} {{=LOAD('default', 'post.load', ajax = True, target = 'post') }} {{=LOAD('default', 'show.load', ajax = True, target = 'show') }} about flash, already tried response.flash and session.

[web2py] Re: form in load component must be process directly

2015-07-17 Thread Massimo Di Pierro
session.flash should probably be response.flash since you are not redirecting. In response.js = "jQuery('#show').get(0).reload()" what is #show? You do not show a ... in your code. On Thursday, 16 July 2015 17:50:41 UTC-5, 黄祥 wrote: > > continue my testing in another discussion : > https://grou