> So I'm trying to debug that, but not sure where to start looking at
> the client side. On the server side I know that update-dialog-on-
> request in dialog.lisp is not getting called, so I'm guessing
> something on the client isn't functioning.

Check the whole chain:

  1) what the client sends

  2) what happens on the server side (trace multiple functions that
     you expect to be called)

  3) what the client gets back

Steps (1) and (3) with Firebug's Net/XHR functionality
and probably a modified weblocks.js that displays an
error message when a script eval failed.

That's how I would solve it (and how I solved all dialog problems
in the past).


--~--~---------~--~----~------------~-------~--~----~
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