Navigation Practice Agenda:
1, forward & redirect; Get & Post:
How to choose between them? How to apply by JSF/JSP? what's default in JSF?
How to resolve issue about resources not found caused by forward navigation?
Does the request scope objects still available after redirect?
2, done back
How to done back in client side? browser history back; js history back manager
How to done back at server side? JSF
3, How to navigation only inside of page?
scroll bar navigation: anchor? scroll bar ?
focus on different DOM elements?
4, How to do not navigate?
refresh page, ajax refresh
Could you make your page support Refresh with right navigate behavior?
5, How to navigate among tabs and windows?
form submit target:_blank,_self,_parent,_top,frameName
6, JSF navigation management
referrence: http://java.sun.com/dtd/web-facesconfig_1_1.dtd
How does JSF choose navigation rule case when match mutiple cases?
7, How to pass parameters during navigation?
page, request, session, application