I have a stack, and a substack with the following handlers in it:

stack
    closeStackRequest
    closeStack

    substack
        closeStack


Since the substack does not have its own closeStackRequest it seems to be
taking the one from the parent stack.

But after the parent stack's closeStackRequest is done, the closeStack that
apepars to get executed is the closeStack handler in the parent stack,
rather than the one in the substack.

Is that the way it's supposed to work?

doug

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to