Hi!

Even in Facelets I have seen that it start buffering the output of the page when it comes to state saving.

But with Server-Side-State-Saving (SSSS) it should be possible to just render a unique id whith which the state is associated then, no?
No need to buffer anymore then.
I think with a special ViewHandler (intercept writeState to write the id and build the state after renderView then) and a custom StateManager it should be possible then.

Ideas?

Ciao,
Mario

Reply via email to