You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Todd Orr <to...@gmail.com> on 2008/05/18 23:23:19 UTC

Grid Global Data

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? That seems odd.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Grid Global Data

Posted by Todd Orr <to...@gmail.com>.
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 <jo...@thedailytube.com> wrote:
> 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 you could be sending
> the same session id in your links...
>
> Josh
>
> On Sun, May 18, 2008 at 2:23 PM, Todd Orr <to...@gmail.com> wrote:
>> 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? That seems odd.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>
>
>
> --
> --
> TheDailyTube.com. Sign up and get the best new videos on the internet
> delivered fresh to your inbox.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Grid Global Data

Posted by Josh Canfield <jo...@thedailytube.com>.
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 you could be sending
the same session id in your links...

Josh

On Sun, May 18, 2008 at 2:23 PM, Todd Orr <to...@gmail.com> wrote:
> 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? That seems odd.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>



-- 
--
TheDailyTube.com. Sign up and get the best new videos on the internet
delivered fresh to your inbox.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org