Hi!
Just a thought, but with SSSS wouldn't it be possible to simply write a view state tag with constant value and skip further state writing? For what I have seen so far it is only used to determine if the request is a postback with SSSS (at least in 1.2.1, 1.1 seems to be a bit different). But I may be wrong...
Yep, it seems you are right.

Once we fixed the current bug regarding jsf_sequence it comes down to exactly what you've described. With the jsf_sequence we are able to just render a constant for the ViewState hidden field ("ssss") and MyFaces already works correctly.

It seems there are VERY minor changes required to make this work. I've already setup the stuff here. Just the jsf_sequence bug needs to be fixed.

Ciao,
Mario

Reply via email to