CONNER, BRENDAN (SBCSI) wrote:
<t:saveState>
The bad thing with saveState is that it wont work if one use <redirect
in its navigation rule.
I already tried to address this and it worked partly.
Wouldnt it be nice if (on redirect) myfaces will collect all
saveState-Beans and put them in session scope and after redirect to put
them back?
The thing I didnt managed to work nicley is "browser back".
I have to maintain a LRU or simmilar and once the user pressed back e.g.
20 times I lost all saveState beans.
---
Mario