> Though you can use a semi-colon to separate the values in a
> querystring, I think you'll find that the normal convention is to use
> an ampersand (&) to separate arguments. So, I would probably use the
> following:
> cherrypy.url("title", qs="foo=1&bar=2")
> On Tue, Oct 20, 2009 at 2:44 PM, Voltron <nhy...@googlemail.com> wrote:
> > This works:
> > cherrypy.url("title", qs="foo=1t;bar=2")
> > On Oct 20, 11:43 pm, Voltron <nhy...@googlemail.com> wrote:
> >> How does one pass multiple values to the "qs" variable in the
> >> cherrypy.url function? I would like to have "foo=1" and "bar=2"
> >> cherrypy.url("title", qs="foo=edit")
> >> Thanks
> --
> Christopher Roachhttp://christopherroach.com