> i am trying to use dajax in my page and i followed all steps several times
> as given hier: http://dajaxproject.com/
>
> but once i click on onclick="Dajaxice.home.randomize(Dajax.process), nothing
> is happening and i saw in console of firefox, there it says, "Dajaxice is
> not defined". but i included the {% dajaxice_js_import %} in the head, and
> even i linked the dajaxice.core.js file statically from my STATIC_URL. but
> it still says the same error. how can i go around this problem? is there any
> way of getting this work?

  Hi, I did have this problem a few weeks ago. Did you doublecheck
your urls.py for Dajaxice-related links? What happens if you call
Dajaxice URL directly? (you should see requests for dajaxice.core.js
in your development server log).

  Cheers

    Jirka

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to