I have same filter drop down (select) on many pages. With options coming from database. it is "VIEW" then options drop down and a go button. Based on user selection on this drop down the data on the page is filtered and shown. ( I will store this selection in session and all other pages in session get the same selection by default till changed.)
I am thinking of creating a newform for this with only one choice field. but not sure how to handle it in a view. I do not want repeat whole code for each page. Help will be appreciated. or please point to a code sample. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---