"Javier Rojas" <[EMAIL PROTECTED]> writes: > exception to be handled, but that can be done later :) ). I've been > reading mochikit's doc and I think the problem might be with the http > code returned. When an exception is raised in a controller, the return > (HTTP) code changes? that might be causing my callbacks to not be > called....
Of course it changes! You get an error and the return code is an error code. You have to add the errback. :-) -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

