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
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
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.
3 matches
Mail list logo