Good news Leslie I've just managed to get weblocks-clsql-demo going and deletes are behaving themselves there!!!!
So it's clearly something in the blog example different from the weblocks-clsql-demo that's causing the problem with clsql back-ends. This should help narrow the search considerably. ... BTW the weblocks-clsql-demo example needed a few hacks to work. For it to compile and run I needed to: 1. provide a missing app argument to defmethod render-page-body in snippets.lisp: it should read (defmethod render-page-body :after ((app weblocks-sql-demo) rendered- html) ... 2. move (defwebapp weblocks-demo ...) from init-user-session.lisp into weblocks-clsql-demo.lisp and rename it to (defwebapp weblocks-clsql-demo ...) - looks like the clsql version was cloned but not fully changed over 3. add :prefix "/" to (defwebapp weblocks-clsql-demo ...) 4. remove (init-sandbox-store) from (defun init-user-session...) in init-session.lisp: another hang-over from when this was cloned from the weblocks-demo example Best regards Chris On Apr 2, 1:48 am, "Leslie P. Polzer" <[email protected]> wrote: > > Let me know anything else I can do to help narrow it down. > > Yes indeed. :) > > Could you prepare a self-contained application that I just need > to run? It would decrease the overhead of solving this problem > considerably for me. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
