On 12/23/06, Craig McClanahan <[EMAIL PROTECTED]> wrote:
* As suggested, use <t:saveState> (although I'm on record as not liking this, because it mixes business logic and presentation logic in the page :-).
It's a matter of perspective. I don't see it as business logic. All t:saveState is doing is changing the value from request-scoped to page-scoped. Page scope is a missing intrinsic feature of JSF. Changing the value to session scope is overkill.

