Re: Q:parameter from url

2005-12-30 Thread limodou
2005/12/31, James Bennett <[EMAIL PROTECTED]>: > > On 12/31/05, limodou <[EMAIL PROTECTED]> wrote: > > I know that in url dispatcher, I can get a parameter from the regular > > expression, and then pass it to a method which need it. But I wish I > > can also get the parameters from other places, e

Re: Q:parameter from url

2005-12-30 Thread James Bennett
On 12/31/05, limodou <[EMAIL PROTECTED]> wrote: > I know that in url dispatcher, I can get a parameter from the regular > expression, and then pass it to a method which need it. But I wish I > can also get the parameters from other places, e.g. POST, cookie, etc. > It seems that I couldn't do that

Q:parameter from url

2005-12-30 Thread limodou
I know that in url dispatcher, I can get a parameter from the regular expression, and then pass it to a method which need it. But I wish I can also get the parameters from other places, e.g. POST, cookie, etc. It seems that I couldn't do that, but some other python web frameworks can do this just