Hello All, Is it possible I can navigate from one scxml dialog to another scxml dialog in shale <dialog scxmlconfig="wizard.xml" name="wizard" dataclassname="org.apache.shale.examples.test.dialog2.scxml.WizardData"/ >
<dialog scxmlconfig="popup.xml" name="popup" dataclassname="org.apache.shale.examples.test.dialog2.scxml.PopupData"/> Say from Wizard.xml can I go to popup.xml in the sample. The example show 2 different sets of dialogs without any interrelation ship. Thanks Jayant