Please enable JavaScript.
Coggle requires JavaScript to display documents.
request (GET (h:link, h:button (不用放在form裡)), POST (:h:commandlink ((可以使用f…
request
GET
h:link
h:button
不用放在form裡
POST
:h:commandlink
可以使用f:param傳遞參數
在head中可利用f:meta
f:viewParam,f:viewAction放參數
match-and-copy有的放入,沒得丟棄
h:commandbutton
Redirection
forward(預設)
redirect(兩次請求)
request processing life cycle
1.create / 2.restore view
1 init request
Render
apply request value
conversion/validation(轉換/驗證)
update model
inoke app method
render