regards
Steve
--
DjangoCon US 2010 September 7-9 http://djangocon.us/
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
You might want to dig a bit into website design to understand how
JavaScript-based systems work. That would help you to understand why
you *cannot* use any Python widget for such task. (polite hint -
JavaScript runs in the browser and can be started from a HTML page
served by a server)
Cheers
Jirka
The reason you can forget using Python is that Python isn't available on
the browser. You have to deliver content from Django that the user's
browser can execute, and that isn't likely to include Python in most cases.
http://www.learnthenet.com/learn-about/how-the-web-works/
Try adding a name="user_entry" attribute to the input.