Hi,
Trying to move to
Version 2.2 and we hit a cache problem.
OXF 2.2 seems
to cache the generated HTML it self. If I get a UI validation error (we display
the error message next to the input field of the same page) and then go
somewhere and come back to the same URL the page is displayed with error
messages. This doesn't happen if I include a "debug="true"" in the XPL or reduce
the OXF cache property from default 200 to 1.
Earlier we got rid
of this problem by including the following in our HTML when we had the same
issue with the browser cache.
<meta
HTTP-EQUIV="expires" CONTENT="0">
<meta HTTP-EQUIV="pragma" CONTENT="no-cache">
<meta HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<meta HTTP-EQUIV="pragma" CONTENT="no-cache">
<meta HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
We need the OXF
cache property to be more than 200 and cannot include "debug" in XPL in
production releases. We need the data displayed to be upto date and can not
cache the data. Is there any other way to overcome this
issue?,
Regards,
Kesara.
_______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
