Re: Grid Global Data

2008-05-20 Thread Todd Orr
My initial question was poorly worded. I apologize. It turned out that it was my fault. I was populating the wrong variables at the wrong time. Thanks though. On Tue, May 20, 2008 at 1:01 PM, Josh Canfield <[EMAIL PROTECTED]> wrote: > Can you show some code that you use to persist your result list

Re: Grid Global Data

2008-05-20 Thread Josh Canfield
Can you show some code that you use to persist your result list? Are you using @Persist("session")? or @ApplicationState (which would be how you generally get application scope) Are you doing any sort of caching at the page level? If you have url re-writing turned on with a page level cache then y