I ran weblocks clsql demo. Runs OK. Then I delete a row in Company table that is linked to an employee in another table. Run the employee page (that lists them). Got an error There is no method #<STANDARD-GENERIC-FUNCTION WEBLOCKS-CLSQL-DEMO::COMPANY-NAME (1)> when called with arguments (NIL).
The web-server (hunchentoot) running the weblocks demo becomes unresponsive, until restarted. Is this normal? Should'nt it just show empty field, or give a record not found runtime error to the user, instead of throwing an error condtion and halting the webserver. Does that mean that unless all parts of a web application are written very carefully, making sure that all error exceptions/conditions are caught, a single runtime error can make the webserver stuck. -- You received this message because you are subscribed to the Google Groups "weblocks" group. To view this discussion on the web visit https://groups.google.com/d/msg/weblocks/-/NaknObBprcIJ. 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.
