What is viewstate in JSF, and how is it used?
The question is: how is this value used? Is it used to validate the values sent at submit, to ensure that the same request is not sent twice? The original reason why the viewstate exists is because HTTP is stateless. The state of the components across requests need to be maintained one way or the … Read more