Re: Newbies in Community.

2009-06-14 Thread Rizwan
Thanks very much for your help. There wont be any URL pattern I can write which use same method i called for "URL/id/1". On Jun 14, 11:13 pm, Tim Chase wrote: > > I have got select box which is auto submit button. In response of > > submission of form.. URL is forming like.. > > > i.e (http://ww

Re: Newbies in Community.

2009-06-14 Thread Tim Chase
> I have got select box which is auto submit button. In response of > submission of form.. URL is forming like.. > > i.e (http://www.example.com/?id=numberic value).. > > I don't know how to handle this "?id=" in URL pattern.. > > I am having working URL pattern which is handling "URL/id/1" thi