This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSF and the fly likes JSF lifecycle Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "JSF lifecycle "intial view" vs "new view"" Watch "JSF lifecycle "intial view" vs "new view"" New topic
Author

JSF lifecycle "intial view" vs "new view"

Himalay Majumdar
Ranch Hand

Joined: Sep 28, 2008
Posts: 324
I was going thru the JSF lifecycle article listed in IBM
JSF for nonbelievers

It says .in Phase 1

Phase 1: Restore view
This phase of the lifecycle presents three view instances: new view, initial view, and postback, with each one being handled differently.



Am trying to understand the difference between "new view" and "initial view"

My understanding is...

If A and B are two pages

request --> A ---> B ---> A

first A = intial view
first B = new view
second A = postback


Still I am trying to understand how intial and new view are the processed differently by faces. Thanks.




SCJP 1.6, SCWCD 5.0, SCBCD 5.0 [loading..]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JSF lifecycle "intial view" vs "new view"
 
Similar Threads
JSF LifeCycle Understanding problem
Problems with Editable Datatable
Where is FacesContextFactory instance stored ?
Spring MVC 3 and JSF2 Integration
CommandLink Vs OutputLink in JSF