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
esday, May 31, 2005 12:27 PM Subject: Linking to Stylesheets Folks, 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

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

Linking to Stylesheets

2005-05-31 Thread Adam Lipscombe
Folks, 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 cant see their changes unless they restart TC