Thanks! Silently adding a new generic method — one of my favorite tricks._______________________________________________Regards,PatrickOn May 8, 2014, at 10:41 AM, Bill St. Clair <billstclair@gmail.com> wrote:Your example works for me if I change:(defmethod acceptor-status-message (acceptor (http-status-code (eql 404)) &key)
(display-404-page))
to:(defmethod hunchentoot:acceptor-status-message (acceptor (http-status-code (eql 404)) &key)
(display-404-page))
-Bill
Tbnl-devel mailing list
Tbnl-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/tbnl-devel