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
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
I'm probably overlooking something trivial. I have a form that
populates a result list that is session persistent. I view this page
in Firefox and I see my results. What's strange is that if I navigate
to the page with IE I see the same results. Does the grid store its
data in the application scope