Am 2007-10-03 um 20:52 schrieb Emmchen:

> Is it possible to use two or more forms at the same time? And is it
> possible to desplay the selected values from one form while the next
> form doesn't have a selected value yet. How does this work with
> request/response?
>
> My experience with JavaScript is seriously limited. Therefore do you
> or does anybody else have any pointers where to start with JavaScript?

I'm a django newbie myself and never tried how to handle AJAX with it.

I made something similar in a PHP app, but that uses some proprietary  
framework and Smarty templating with custom plugins, so it would be  
no help if I'd show you the code.

Basically you need
- a simple JS requester/handler that you can bind to an onChange event
- views that deliver your selections as JSON or whatever

I like the jQuery library, but there are a lot of useful JS  
libraries, don't know yet which fits best with django.


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net
https://www.cacert.org (I'm an assurer)



--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to