tracked in http://code.google.com/p/web2py/issues/detail?id=286

On Fri, Jun 3, 2011 at 7:50 PM, Sebastian E. Ovide <
sebastian.ov...@gmail.com> wrote:

> 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
>
>
>
>


-- 
Sebastian E. Ovide

Reply via email to