JSF: initial request and postback request?

后端 未结 3 2044
忘了有多久
忘了有多久 2021-02-01 06:05

Please take a look at this below line of code in JSF


Quote from java.sun.com:

3条回答
  •  孤独总比滥情好
    2021-02-01 06:27

    Initial request passes only Restore View & Render Response phases, while postback request process under all phases (Apply Request Values, Validations Phase, etc).

    Initial request is created by clicking a link, pasting an URL in address bar, while a postback request is create by posting a form by clicking a submit button or any post request.

提交回复
热议问题