
|
If you were logged in you would be able to see more operations.
|
|
|
|
The advance method does not really support the use case of other navigation outcomes that are unrelated to the dialog context which should be handled elsewhere. Ideally this method is altered so it returns a null String for the view id whenever it cannot find a transition that matches the supplied outcome. Null outcomes should just return null as well and allow the underlying DialogNavigationHandler to take care of the default behavior defined by the JSF spec.
|
|
Description
|
The advance method does not really support the use case of other navigation outcomes that are unrelated to the dialog context which should be handled elsewhere. Ideally this method is altered so it returns a null String for the view id whenever it cannot find a transition that matches the supplied outcome. Null outcomes should just return null as well and allow the underlying DialogNavigationHandler to take care of the default behavior defined by the JSF spec. |
Show » |
|