[forge-issues] [JBoss JIRA] (FORGE-1625) Prevent UIWizards from being merged into dialogs

George Gastaldi (JIRA) issues at jboss.org
Tue Mar 4 08:05:33 EST 2014


     [ https://issues.jboss.org/browse/FORGE-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Gastaldi updated FORGE-1625:
-----------------------------------

           Status: Closed  (was: Pull Request Sent)
         Assignee: Vineet Reynolds
    Fix Version/s: 2.1.2.Final
       Resolution: Done

    
> Prevent UIWizards from being merged into dialogs
> ------------------------------------------------
>
>                 Key: FORGE-1625
>                 URL: https://issues.jboss.org/browse/FORGE-1625
>             Project: Forge
>          Issue Type: Feature Request
>          Components: UI - API
>    Affects Versions: 2.1.1.Final
>            Reporter: Vineet Reynolds
>            Assignee: Vineet Reynolds
>            Priority: Minor
>             Fix For: 2.1.2.Final
>
>
> When I add multiple UICommand and UIWizard instances to create a single dialog page, like so:
> {noformat}
>       NavigationResultBuilder builder = NavigationResultBuilder.create();
>       builder.add(getMetadata(uiContext), setupFlow);
>       return builder.build();
> {noformat}
> the wizard pages are also added to the dialog page. This results in erroneous behavior since only the first page of the wizard is added and displayed. The second and subsequent pages of a wizard are omitted (even from execution).
> Since it is obvious that the next page in a wizard cannot be determined statically, and should determined at runtime, we must prevent wizards from being merged into a single page.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-issues mailing list