1

What is the minimum number of bytes for view state in MyFaces when server side state saving method is used?

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
  • a few... look at the source and see what kinds of variables are initialized when an empty viewState object is created. It probably depends on the JSF implementation to. And assumes you have an almost empty view. – Kukeltje Aug 04 '16 at 07:16
  • would it matter if my state saving method is server? I guess if the state saving method is client then it sends the whole view as view state. Please correct me if i'm wrong. – Yudhir Bhattarai Aug 04 '16 at 07:46
  • if the state saving is server, only a token is sent. If it is client, only the "delta" state (JSF 2.0 PSS), or in other words , the changes since the first request. – lu4242 Aug 07 '16 at 00:04

0 Answers0