Just plug it in.  Doesn't seem to work at all.

def search():
     "an ajax wiki search page"
     return dict(form=FORM(INPUT(_id='keyword',_name='keyword',
              _onkeyup="ajax('{{=URL('bg_find')}}',
['keyword'],'target');")),
              target_div=DIV(_id='target'))


On Dec 26, 11:51 pm, mdipierro <[email protected]> wrote:
> It is not a bug. The URL is incomplete
>
> ajax('{{=URL('add_issue_find')}}',['keyword'],'target');")
>
> On Dec 26, 11:35 pm, VP <[email protected]> wrote:
>
> > I think it's likely that this is the same bug reported 
> > byhttp://groups.google.com/group/web2py/browse_thread/thread/9707f3d66d...
>
> > If true, it's interesting to note that this bug has lived for almost 2
> > years; possibly more.
>
>

Reply via email to