Is data entered on an input screen automatically added to the request when the screen is submitted? If so are there any special parameters or settings in the screen controls which have to be set/coded to get the entered data saved into the request and under what keys is the data saved? Once in the request then how can I retrieve the data back out of the request so that I access it and do something with it? I have seen an example where some data is extracted back out of the request using "request.POST['choice']". Can this code be used to retrieve any data which is saved in the request? Thanks for the help.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.