On 1/26/06, Niall Pemberton <[EMAIL PROTECTED]> wrote: > Its probably worth consulting the ww developers on > whether they think its desirable to have this feature and the best way > to implement it in ww/action2.
In WW2/Action2, it's easy to specify another method (or Action) to handle the cancel case from the tag itself, and so the special-case doesn't need to be built into the Action. See http://tinyurl.com/e3p89 for some coding examples. If we want to support things like a special-case cancel button in an Action2 compatability layer, then I think the solution there is going to be a standard WW2 interceptor/interface combo. Then, only the Actions needing cancel-handling, and calling isCancelled, would specify the interceptor. -Ted. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]