Did you add a pragma-nocache entry to your html header?
You can either use the old school:
Content-type: text/html
Pragma: nocache
Or the newer
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
Out of habit I usually include both, but since the META tag is part
of the 1.1 spec, you're unlikely to run into something that requires the old
style headers anymore so you can probably get away with just the META tag.
--- Pat
> -----Original Message-----
> From: Kevin Menard [mailto:[EMAIL PROTECTED]
> Sent: Sunday, July 17, 2005 1:05 PM
> To: Tapestry users
> Subject: Opera Caching Issue
>
> Hi,
>
> I'm noticing that Opera 8.01 is caching my Tapestry pages, which is
> causing a bit of an issue. E.g., I have a "view cart" page, but the
> page isn't being updated with the new cart contents unless the page
> is actually refreshed. Note that this behavior isn't just a matter
> of clicking the "back" button, but is observable when clicking on
> PageLinks. I have relatively little experience with Opera, but has
> anyone else noticed this in their Tapestry apps? Is it worth adding
> meta tags to explicitly prohibit caching?
>
> --
> Kevin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]