Creating new context in JSF
Posted
by
Krishna
on Stack Overflow
See other posts from Stack Overflow
or by Krishna
Published on 2011-01-04T05:47:35Z
Indexed on
2011/01/04
5:54 UTC
Read the original article
Hit count: 221
jsf
HI,
We are navigating to for example page A to C. When we are in page C, user clicks the back button of the browser and goes back to the previous application which is used for invoking the page A. Again, when user trying to invoke the page A, he directly navigating to the page C, not page A.
Here what I felt the problem was, may the JSF context is taking to the current page. How we can solve this problem. When every user clicks to enter page A, he should be able to see the page A.
Anyone has the solution for my problem.
© Stack Overflow or respective owner