On Mon, 30 Apr 2007 13:41:00 +0200, "Jens Teich" info@jensteich.de wrote:
But the same thing in the web using an easy-handler
| (define-easy-handler (test :uri (prefixed "test"))() | (with-html-output-to-string (out) | (postmodern:with-connection ("web_access" | "web_access" | "xxx" | "localhost") | (htm | (:html (:head (:title "Testpage")) | (:body (:p (fmt "~a" | (postmodern:query | "select * from merkmale limit 10")))))))))
Where do you set the content type header?
works fine unless higher unicode characters are involved.
Empty page in the browser then, no error. Simply a blank page.
Log file? Did you try *CATCH-ERRORS-P*?