> It would have helped to look at the source for this function. :)

Right, I did do this, but I (incorrectly) assumed the value was always
used.

> > ;Result of this is the url I'm using
> > (defun make-receiver-shiznit (func &rest args)
> >   (let* ((actioncode   (weblocks::function-or-action->action (lambda
> > (&rest args) (funcall func args))))
> >     (sessionid    (weblocks::session-name-string-pair))
> >     (url          (format nil "/?~A&action=~A&pure=true" sessionid
> > actioncode)))
>
> ^^^ don't do this, there's MAKE-ACTION-URL that takes care of this.
>

I was using make-action-url in an earlier version. I'll plug it in and
test again.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to