(e) In JSF framework, when using h:commandButton, a web form is submitted to the server through an HTTP POST request. Th
Posted: Fri May 20, 2022 12:19 pm
(e) In JSF framework, when using h:commandButton, a web form is submitted to the server through an HTTP POST request. This does not provide the expected security features mainly when refreshing/reloading the server response in the web browser. Explain this problem and give an example. What is the mechanism that is used to solve this problem? [8 marks]