Hi All,

in the view

{{=LOAD(f="seba.load",ajax=True)}}

in the controller

def seba():
    import random
    return dict(txt=random.random())

in seba.load

{{=A <http://127.0.0.1:8000/examples/global/vars/A>('click me',
_href=URL 
<http://127.0.0.1:8000/examples/global/vars/URL>('seba.load'),cid=request
<http://127.0.0.1:8000/examples/global/vars/request>.cid)}}


It works great with ajax=True, but it does'n work with
{{=LOAD(f="seba.load",ajax_trap=True)}}

when I click on the link it load the seba.load on the whole screen...

any ideas ?

-- 
Sebastian E. Ovide

Reply via email to