On 8/30/07, David Bingerwrote: > I see that this is fixed in the qp version of this function, where > the '&' is wrapped in a call to qpy' s version of htmltext(). OK, I'm using a version of the htmltext-to-qpy code I gave Titus, but before his final version. So my values are qpy strings but overquoted. I found another URL-building function in my application so I used that as a workaround. By the way, soon I get the joy of embedding my Quixote app in a Pylons app, and reconciling the different ways they handle sessions and query parameters. Actually, what I want to do is make each top-level Quixote directory into a WSGI application via QWIP, and then they can be used as Pylons controllers. But it remains to be seen how much detail work there'll be to make the Quixote app happy. One problem is authentication. Pylons' AuthKit isn't finished yet, so I'll have to port my existing authentication system, which assumes that session.user.division exists. -- Mike Orr