[web2py] Re: load_action information

2010-07-21 Thread JmiXIII
Sorry I have just find what I wanted: Let's say I have: `` name: load_action action: saisie controller: default ajax: True ``:widget where : def saisie(): return dict(stuff=stuff) saisie.html is : {{extend 'layout.html'}} {{=Selection}} {{=CArt}}{{=ArtOF}}. I just needed to do this in

[web2py] Re: load_action information

2010-07-21 Thread mdipierro
I do not understand the question On Jul 21, 7:00 am, JmiXIII wrote: > Now I've tried this after updating to the last version and after > having seen What is going on with web2py. > `` > name: load_action > action: saisie.load > controller: default > ajax: True > ``:widget > > and it works fine. T

[web2py] Re: load_action information

2010-07-21 Thread JmiXIII
Now I've tried this after updating to the last version and after having seen What is going on with web2py. `` name: load_action action: saisie.load controller: default ajax: True ``:widget and it works fine. Thanks Massimo Now does any body knows if there is a way to keep the initial view saisie.