diff -r 99dfced5673e -r 4cc6e2723dc7 web/form.py --- a/web/form.py Thu Apr 09 11:30:13 2009 +0200 +++ b/web/form.py Thu Apr 09 12:34:40 2009 +0200 @@ -201,7 +201,7 @@ # attributes overrideable through __init__ internal_fields = ('__errorurl',) + NAV_FORM_PARAMETERS - needs_js = ('cubicweb.edition.js',) + needs_js = ('cubicweb.ajax.js', 'cubicweb.edition.js',) needs_css = ('cubicweb.form.css',) domid = 'form' title = None