On 10/28/10 2:52 PM, Leonardo Uribe wrote:
If ConfigurableNavigationHandler uses deriveLogicalViewId, my answer
is yes,
in my opinion VDL.viewExists() should be called from
ConfigurableNavigationHandler.
There is no call for ExternalContext.getResource() from instances of
ConfigurableNavigationHandler.
Thanks for checking on this Leonardo. I see that Mojarra's
NavigationHandlerImpl is calling deriveViewId(), so we will already hit
VDL.viewExists().
Ed -
Looks like we are all set. No additional changes are needed for
implicit navigation.
Andy