I'm looking for a best practice for navigating from one page to another based on Post-Redirect-Get pattern in JSF 2.0 I previously worked with Spring Webflow and it's an amazing framework, but I'm looking for a simple way.
I also tried the @ViewScoped
annotation, but it's not working in PRG. In addition, t:saveState
works perfectly in JSF 1.2, but doesn't work in JSF 2.0
I would be glad if you gave me any advice.