|
I want to create a custom NavigationHandler that will look
at where navigation came from along with where it will go based on the default
behavior of looking in the faces configuration. I see that in version 1.1.4
source code of NavigationHandlerImpl there is a protected method named getNavigationCase().
This is just what I need to call in order to determine where I would go if I
left navigation up to the the default handler. However, in version 1.1.3 this
protected method is not available. So… Is 1.1.4 available yet? Or
could I copy the source code that figures out what the next navigation case is
and use it in my NavigationHandler? I don’t like the idea of copying
code, but I need the same functionality. Any suggestions will be appreciated! Eric |
- Overriding default NavigationHandlerImpl Eric Fingal
- Re: Overriding default NavigationHandlerImpl Mike Kienenberger
