Whatever you deliver via an action can have the caching aspects you
code into the situation so that you can force a client to take a new
stylesheet if you deliver the css yourself.
On 5/31/05, Adam Lipscombe <[EMAIL PROTECTED]> wrote:
> Folks,
>
>
> Our JSP's use stylesheets referenced by a stan
Adam-
You need to set no cache for the html pages/images on the client's side
so put this right after the Browser client's tag
Using the struts-way your web.xml could look like
CacheFilter
*.jsp
/Whatever.jsp
nocache
cacheTimeout
1
Documentation for
Adam Lipscombe wrote:
>Folks,
>
>
>Our JSP's use stylesheets referenced by a standard HTML link tag. E.g. rel="stylesheet" href="pages/calendar/calendar.css">
>
>
>The graphic designers are complaining 'cos on-the-fly changes made in a
>stylesheet does not automatically force a JSP to get re-compi
From: "Adam Lipscombe" <[EMAIL PROTECTED]>
> Our JSP's use stylesheets referenced by a standard HTML link tag. E.g.
>
>
> The graphic designers are complaining 'cos on-the-fly changes made in a
> stylesheet does not automatically force a JSP to get re-compiled by Tomcat
> 5.0.28. This means they c
4 matches
Mail list logo