Michael McDermott <[email protected]> writes: > SIMPLE-ERROR: Cannot determine object ID. Object #<G1496 {AA34A41}> has no > slot 'id'.
(defmethod class-id-slot-name ((class t)) 'id) It's a silly thing to have to do, but I guess the 'id it's looking for is in the weblocks package, and the one you're defining is in your package. There should be a better way. db48x --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
