[Zope-DB] Refresh problem
David Siedband
technique at oceanicsky.com
Fri May 14 12:54:59 EDT 2004
Adam,
Check out the livehttpheaders extension for Mozilla.
http://livehttpheaders.mozdev.org
It's quite useful for identifying the source of caching related issues.
btw, you know the browser doesn't automagically know that the content
has been updated in the db, right?
You do need to tell it to refresh or request the URI again...
--
David
On May 14, 2004, at 7:11 AM, hawelek_tlen wrote:
> Hi,
> I think my problem don't depend direct on Zope, but I think, I can
> here find solution,
> I have problem with refreshing page (DTML Method),
> I have page where content come from database,
> and after change some dates in database content on the page is the
> same, I have to use refresh-button from browser, and after that I see
> the changes,
>
> under ZMI everything works fine, so it is depending on browser,
> I know I can use for example:
>
> <meta http-equiv="pragma" content="no-cache"></meta>
>
> and after that it should works, but it don't,
>
> so I ask for a help,
> regards
>
> Adam
> _______________________________________________
> Zope-DB mailing list
> Zope-DB at zope.org
> http://mail.zope.org/mailman/listinfo/zope-db
More information about the Zope-DB
mailing list