From hans.huebner@gmail.com Mon Jun 1 23:31:36 2009 From: Hans =?utf-8?q?H=C3=BCbner?= To: bknr-devel@common-lisp.net Subject: Re: [bknr-devel] xhtmlgen Date: Tue, 02 Jun 2009 05:31:12 +0200 Message-ID: In-Reply-To: <4A244B4C.8040103@googlemail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1828120824341725219==" --===============1828120824341725219== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Mon, Jun 1, 2009 at 23:42, Thomas wrote: > Yes I noticed its different in the examples and bknr source code. > However unless I return a function object, I get error pages like this: > > The value " > > " > is not of type > =C2=A0(OR FUNCTION SYMBOL). That propably is because you're not using BKNR's request dispatcher. Have a look at projects/lisp-ecoop/src/webserver.lisp. In the function START-WEBSERVER, Hunchentoot is initialized with a :REQUEST-DISPATCHER argument of 'BKNR.WEB:BKNR-DISPATCH. -Hans --===============1828120824341725219==--