Initially I had my wizard waypoint definition as
<cairngorm:Wizard waypoint="navigationPath.myWizard">
to match my Destination and actual waypoint data of...
[Waypoint(name="navigationPath.myWizard")]
and
public static const STEP1:String = "navigationPath.myWizard.step1";
However, wizard.next() would navigate the wizard to the next page but never update the wizard's currentIndex.
To work around the issue I changed the context's waypoint definition to only have the last part of the waypoint path.
<cairngorm:Wizard waypoint="myWizard">
• Was this an intentional design decision?
If it was, then the documentation should be made very clear as to this usage. The documentation seems quite out of date.
• Would it be possible for the Wizard to support both simple waypoint and complex (full) path waypoint definition?
It looks like this question has been asked before http://forums.adobe.com/message/2608631#2608631
But has no responses. I'd love to hear something from the Cairngorm guys.
North America
Europe, Middle East and Africa
Asia Pacific