On Sat, Jul 16, 2011 at 6:43 PM, Jens Teich info@jensteich.de wrote:
Yes hunchentoot-test does work, but if I try
(hunchentoot:define-easy-handler (say-yo :uri "/yo") (name) (setf (hunchentoot:content-type*) "text/plain") (setf (session-value 'test) 42) (format nil "Hey~@[ ~A~]!" name))
I see the error.
Works for me. You need to debug more. Do you use quicklisp?
-Hans