Anyway, I don't think the cache pragma makes some difference as we set the
proper http headers. Pragmas are just alternative thing to do so.

-Matej

On Wed, Sep 17, 2008 at 10:28 PM, Stefan Lindner <[EMAIL PROTECTED]>wrote:

> A microsoft tech tip (http://support.microsoft.com/kb/222064) for IE
> suggests to put a
>
>        </BODY>
>        <HEAD>
>                <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
>        </HEAD>
>        </HTML>
>
> <head> tag after the closing </body> tag. But wicket (1.4M3) deletes the
> <head> and the served page is
>
>        </BODY>
>        </HTML>
>
> Any way to solve this?
>
> Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to