Re: Processing Forms in HTML docs

2009-06-12 Thread Tomasz Zieliński
On 12 Cze, 06:33, Abhishek Nanda wrote: > any ideas? I'm not sure if I understood you correctly, but if your problem is how to maintain some date between server and client, then you have at least two choices: 1. use Django sessions: http://docs.djangoproject.com/en/dev/topics/http/sessions/ 2.

Re: Processing Forms in HTML docs

2009-06-11 Thread Abhishek Nanda
any ideas? --~--~-~--~~~---~--~~ 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+unsubsc

Re: Processing Forms in HTML docs

2009-06-11 Thread Abhishek Nanda
Well the problem with the URL is that i cannot pass the data this way to the view. for example if i need to sort the results i have obtained how do i pass the QuerySet to the appropriate view function? what I am wondering like in a link we can directly go to a particular view if we can do anythi

Re: Processing Forms in HTML docs

2009-06-10 Thread Rama Vadakattu
1. just put down the appropriate view url for the action attribute of your form. On Jun 11, 8:56 am, Abhishek Nanda wrote: > Hi > > I wanted some help about processing forms in an html document returned > as the result of a given query. I am developing an opac system . now > once a

Processing Forms in HTML docs

2009-06-10 Thread Abhishek Nanda
Hi I wanted some help about processing forms in an html document returned as the result of a given query. I am developing an opac system . now once a user searches fr a book he is directed to an html document which contains all the results. now in this page i need to embed the search form so that