adamtaylor
May 2nd, 2008, 09:15 AM
Hi,
I have a flow I'm working on where every view has a cancel button which transitions to a cancel state like so:
<transition on="cancel" to="cancel" bind="false" />
I would like to move this to a global transition since it is the same in all view states. However, when I move it there, the bind attribute is no longer allowed in the schema. If I remove the bind element in the global transition then when I call cancel in any page I get validation errors (which I don't want).
Is it possible to disable binding when calling a global transition in SWF 2.0 ?
Thanks,
Adam
I have a flow I'm working on where every view has a cancel button which transitions to a cancel state like so:
<transition on="cancel" to="cancel" bind="false" />
I would like to move this to a global transition since it is the same in all view states. However, when I move it there, the bind attribute is no longer allowed in the schema. If I remove the bind element in the global transition then when I call cancel in any page I get validation errors (which I don't want).
Is it possible to disable binding when calling a global transition in SWF 2.0 ?
Thanks,
Adam