Vadim Gritsenko wrote:

Christopher Oliver wrote:

Why do you need those? I don't see any reason to add them.

Vadim Gritsenko wrote:

Any objections on adding following to the FOM_WebContinuations:
 * setUserObject
 * getUserObject



Don't know why they are in WebContinuations in a first place, so let's drop this for now.



* display



Really useful to debug flow. How else you'd know what you are about to invalidate? :-)


Also, one more method is needed:
 * addChild(FOM_WebContinuation)

To answer a question why it is needed: you need it to stitch together different part of the multi-form application, so you can invalidate all of them at once by invalidating the very first, root, continuation.


Vadim

AFAIK, that is already the behavior. If you invalidate the parent, it invalidates all of its children.





Reply via email to