what's the best practice for navigating back many times (redirecting back)? I created a sessionScoped Bean with a stack but this spoils the navigation in case of having opened different tabs pushing wrong urls.
Navigation Example:
Page A -> Page B -> Page C
Page C -> Page B -> A
How to get the last url and get back and get back again? Ok I implemented viewParams now still don't know to navigate back.