Yarek Kowalik <[email protected]> writes: > The problem is that somehow 'redirect' causes the delete of the > elephant object to fail, as if the elephant transaction was canceled > (how do I check that this is indeed so?). Visually, the user is simply > not logged out. Now, if I comment out the redirect, and do simply a > mark-dirty on the containing widget, the user is properly logged out > of site.
Elephant's elephant-transaction-hook doesn't reproduce all of the functionality allowed by store API and implemented in `action-txn-hook'. This is why we haven't replaced the trio of transaction GFs with a dynamic-wind one: it would preclude cross-store features like the ones implemented by action-txn-hook. As I understand it, Elephant doesn't export sufficient functionality to implement the trio. -- I write stuff at http://failex.blogspot.com/ now. But the post formatter and themes are terrible for sharing code, the primary content, so it might go away sooner or later. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
