Confused with session issues...

2007-02-26 Thread Jorge Vásquez
Regards to all, I’ve been working on an application with JSF for 6 months and we are reaching the point when we need to do some optimization as there are lots of objects in session scope and this has got us quite concerned. I have been going over the list’s past conversations regarding this

Re: Confused with session issues...

2007-02-26 Thread Mike Kienenberger
You can use t:updateActionListener to push values from one page to another, even if the data is request-scoped. On 2/26/07, Jorge Vásquez [EMAIL PROTECTED] wrote: Regards to all, I've been working on an application with JSF for 6 months and we are reaching the point when we need to do some