If you are not using trunk, can you try trunk?

On May 28, 3:25 pm, "Sebastian E. Ovide" <[email protected]>
wrote:
> Hi All,
>
> I'm trying to use the ajax_trap funcs. but I'm getting JS errors and
> therefore the traps are not working meither for the forms nor for the links:
>
> In firebug I'm getting this error:
> syntax error
> [Break On This Error]
> web2py_trap_form('('/soso/default/hello.load',)','c926878903071');
>
> To reproduce it from scratch you can go to default/test
>
> test.html
> {{extend 'layout.html'}}
> {{=LOAD(f="hello.load",ajax_trap=True)}}
>
> in default.py
> def hello():
>     return dict()
>
> def test():
>     return dict()
>
> Am I missing something ?
>
> thanks
>
> --
> Sebastian E. Ovide

Reply via email to