NavigationHandlerImpl does not implement ConfigurableNavigationHandler
----------------------------------------------------------------------
Key: TRINIDAD-1800
URL: https://issues.apache.org/jira/browse/TRINIDAD-1800
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 2.0.0-alpha
Reporter: Andy Schwartz
Trinidad's NavigationHandler implementation needs to implement the
ConfigurableNavigationHandler contract. WIthout this, new JSF2 functionality
such as pre-emptive navigation will fail.
Note that the implementation should be relatively straightforward - ie. we just
need to delegate through to the underlying NavigationHandler, which typically
will be an instance of ConfigurableNavigationHandler as well.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.