Hi,
I have some fundamental queries as to how state of the view is maintained in Jsf.I wold be thankful i anyone validates my understanding and responds to my queries.In all the cases stated below i am assuming a Jsf request from a jsf generated response page
  1. If page1.jp was rendered and a user submits a form in Page1,jsp, will view the tree that was used to render the response for Page1.jsp be retrieved by jsf upon in restore view stage or will a new view tree be created for the request?
  2. If view tree of that was used to render the response is retrieved instead of being created will each of the components in the view tree have the local state that was used to render Page1.jsp?
Regrds
William

Reply via email to