Re: Linking to Stylesheets

2005-05-31 Thread Dakota Jack
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

Re: Linking to Stylesheets

2005-05-31 Thread Martin Gainty
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

Re: Linking to Stylesheets

2005-05-31 Thread Brandon Mercer
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

[OT] Re: Linking to Stylesheets

2005-05-31 Thread Wendy Smoak
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