how to pass values from Wizard to Dialog?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2010 11:41 AM
I ran a Wizard and after the wizard completes, I would like the Wizard to pass a message to the Dialog. I am not starting the Dialog new but am using the navigator to navigate back to it. How can I pass a message back to this dialog page? Or how can I call a Dialog from this Wizard?
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2010 06:37 AM
hi, just return value like: dialog:nameofdialog.
hope id helps. also check http://wiki.alfresco.com/wiki/Dialog_Framework , http://wiki.alfresco.com/wiki/Wizard_Framework
hope id helps. also check http://wiki.alfresco.com/wiki/Dialog_Framework , http://wiki.alfresco.com/wiki/Wizard_Framework
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2010 12:53 PM
Yes, thank you for your post. Yes, data can be passed via the DialogManager.
