Edi Weitz edi@agharta.de writes:
How do you use boolean type variables with DEFINE-EASY-HANDLER?
Usually with checkboxes. There's an example in the demo that comes with Hunchentoot.
Yep, I have read test.lisp. But wouldn't it be better if we have some kind of exists-p key (as an available key in D-E-H lambda list, or returned by GET-PARAMETER and POST-PARAMETER) instead of using a hash table just for a single boolean?
Regards.